Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h128 typedef void *pthread_rwlockattr_t; typedef
139 typedef void *pthread_rwlockattr_t; typedef
/third_party/musl/include/
Dalltypes.h.in64 TYPEDEF struct { unsigned __attr[2]; } pthread_rwlockattr_t; variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs302 attr: *const ::pthread_rwlockattr_t, in pthread_rwlockattr_getkind_np()
306 attr: *mut ::pthread_rwlockattr_t, in pthread_rwlockattr_setkind_np()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h306 typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h303 typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h303 typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h303 typedef struct { unsigned __attr[2]; } pthread_rwlockattr_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2415 pthread_rwlockattr_t = __darwin_pthread_rwlockattr_t variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1292 attr: *const ::pthread_rwlockattr_t, in pthread_rwlockattr_getkind_np()
1296 attr: *mut ::pthread_rwlockattr_t, in pthread_rwlockattr_setkind_np()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs9 pub type pthread_rwlockattr_t = *mut ::c_void; typedef
1596 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
1599 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared()
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1423 attr: *mut ::pthread_rwlockattr_t, in pthread_rwlockattr_setmaxreaders()
1430 host: *const ::pthread_rwlockattr_t, in pthread_rwlock_init()
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1756 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
1759 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared()
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs38 pub type pthread_rwlockattr_t = usize; typedef
/third_party/rust/crates/libc/src/unix/
Dmod.rs1137 attr: *const pthread_rwlockattr_t, in pthread_rwlock_init()
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs40 pub type pthread_rwlockattr_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs65 pub type pthread_rwlockattr_t = ::_sync_attr; typedef
2700 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
2703 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs16 pub type pthread_rwlockattr_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs24 pub type pthread_rwlockattr_t = ::uintptr_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5207 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared()
5210 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs13 pub type pthread_rwlockattr_t = ::c_long; typedef
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3728 attr: *const pthread_rwlockattr_t, in pthread_rwlock_init()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6270 } pthread_rwlockattr_t; typedef