Home
last modified time | relevance | path

Searched defs:pthread_rwlock_t (Results 1 – 8 of 8) sorted by relevance

/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1503 attr: *mut crate::pthread_rwlock_t, in pthread_rwlock_init()
1518 attr: *mut crate::pthread_rwlock_t, in pthread_rwlock_timedrdlock()
1530 attr: *mut crate::pthread_rwlock_t, in pthread_rwlock_timedwrlock()
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1316 lock: *mut pthread_rwlock_t, in pthread_rwlock_init()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs18 pub type pthread_rwlock_t = *mut c_void; typedef
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs2791 rwlock: *mut crate::pthread_rwlock_t, in pthread_rwlock_timedrdlock()
2796 rwlock: *mut crate::pthread_rwlock_t, in pthread_rwlock_timedwrlock()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs11 pub type pthread_rwlock_t = *mut c_void; typedef
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs61 pub type pthread_rwlock_t = *mut c_void; typedef
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3796 lock: *mut pthread_rwlock_t, in pthread_rwlock_init()
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs158 pub type pthread_rwlock_t = __pthread_rwlock; typedef