Home
last modified time | relevance | path

Searched defs:pthread_rwlockattr_t (Results 1 – 16 of 16) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/
H A Dmod.rs435 attr: *const crate::pthread_rwlockattr_t, in pthread_rwlockattr_getkind_np()
439 attr: *mut crate::pthread_rwlockattr_t, in pthread_rwlockattr_setkind_np()
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs1216 attr: *const crate::pthread_rwlockattr_t, in pthread_rwlockattr_getkind_np()
1220 attr: *mut crate::pthread_rwlockattr_t, in pthread_rwlockattr_setkind_np()
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs18 pub type pthread_rwlockattr_t = i32; typedef
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs12 pub type pthread_rwlockattr_t = *mut c_void; typedef
1649 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
1652 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs62 pub type pthread_rwlockattr_t = *mut c_void; typedef
2304 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
2308 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1497 attr: *mut crate::pthread_rwlockattr_t, in pthread_rwlockattr_setmaxreaders()
1504 host: *const crate::pthread_rwlockattr_t, in pthread_rwlock_init()
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs1980 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
1983 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1317 attr: *const pthread_rwlockattr_t, in pthread_rwlock_init()
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs67 pub type pthread_rwlockattr_t = crate::_sync_attr; typedef
2843 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
2846 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs53 pub type pthread_rwlockattr_t = *mut c_void; typedef
2784 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
2788 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, pshared: c_int) -> c_int; in pthread_rwlockattr_setpshared()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs19 pub type pthread_rwlockattr_t = *mut c_void; typedef
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs157 pub type pthread_rwlockattr_t = __pthread_rwlockattr; typedef
3943 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
3946 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs25 pub type pthread_rwlockattr_t = crate::uintptr_t; typedef
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5452 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
5455 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: c_int) -> c_int; in pthread_rwlockattr_setpshared()
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs24 pub type pthread_rwlockattr_t = c_long; typedef
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3797 attr: *const pthread_rwlockattr_t, in pthread_rwlock_init()