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 779a08b commit 7022df3Copy full SHA for 7022df3
src/unix/bsd/apple/mod.rs
@@ -3237,6 +3237,11 @@ extern "C" {
3237
#[allow(deprecated)]
3238
pub fn mach_timebase_info(info: *mut ::mach_timebase_info) -> ::c_int;
3239
pub fn pthread_setname_np(name: *const ::c_char) -> ::c_int;
3240
+ pub fn pthread_getname_np(
3241
+ thread: ::pthread_t,
3242
+ name: *mut ::c_char,
3243
+ len: ::size_t,
3244
+ ) -> ::c_int;
3245
pub fn pthread_get_stackaddr_np(thread: ::pthread_t) -> *mut ::c_void;
3246
pub fn pthread_get_stacksize_np(thread: ::pthread_t) -> ::size_t;
3247
pub fn pthread_condattr_setpshared(
0 commit comments