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.
2 parents 2a0b8fe + 9f6a7ce commit 59544d9Copy full SHA for 59544d9
src/unix/solarish/mod.rs
@@ -2266,6 +2266,15 @@ extern "C" {
2266
f: extern "C" fn(*mut ::c_void) -> *mut ::c_void,
2267
value: *mut ::c_void,
2268
) -> ::c_int;
2269
+ pub fn pthread_getattr_np(
2270
+ thread: ::pthread_t,
2271
+ attr: *mut ::pthread_attr_t,
2272
+ ) -> ::c_int;
2273
+ pub fn pthread_attr_getstack(
2274
+ attr: *const ::pthread_attr_t,
2275
+ stackaddr: *mut *mut ::c_void,
2276
+ stacksize: *mut ::size_t,
2277
2278
pub fn pthread_condattr_getclock(
2279
attr: *const pthread_condattr_t,
2280
clock_id: *mut clockid_t,
0 commit comments