We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a128dcf commit e718d4dCopy full SHA for e718d4d
src/unix/solarish/mod.rs
@@ -2415,6 +2415,8 @@ extern "C" {
2415
lock: *mut pthread_mutex_t,
2416
abstime: *const ::timespec,
2417
) -> ::c_int;
2418
+ pub fn pthread_getname_np(tid: ::pthread_t, name: *mut ::c_char, len: ::size_t) -> ::c_int;
2419
+ pub fn pthread_setname_np(tid: ::pthread_t, name: *const ::c_char) -> ::c_int;
2420
pub fn waitid(idtype: idtype_t, id: id_t, infop: *mut ::siginfo_t, options: ::c_int)
2421
-> ::c_int;
2422
0 commit comments