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 53bdffc commit f66774eCopy full SHA for f66774e
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -1431,6 +1431,15 @@ extern "C" {
1431
len: ::size_t,
1432
prot: ::c_int,
1433
) -> ::c_int;
1434
+ pub fn pthread_attr_getguardsize(
1435
+ attr: *const ::pthread_attr_t,
1436
+ guardsize: *mut ::size_t,
1437
+ ) -> ::c_int;
1438
+ pub fn pthread_attr_getstack(
1439
1440
+ stackaddr: *mut *mut ::c_void,
1441
+ stacksize: *mut ::size_t,
1442
1443
pub fn pthread_main_np() -> ::c_int;
1444
pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char);
1445
pub fn pthread_stackseg_np(
0 commit comments