/external/dng_sdk/source/ |
D | dng_pthread.h | 128 typedef void *pthread_rwlockattr_t; typedef 131 int dng_pthread_rwlock_init(dng_pthread_rwlock_t * rwlock, const pthread_rwlockattr_t * attrs); 139 typedef void *pthread_rwlockattr_t; typedef 142 int dng_pthread_rwlock_init(dng_pthread_rwlock_t * rwlock, const pthread_rwlockattr_t * attrs);
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
D | 3-11-buildonly.c | 13 pthread_rwlockattr_t dummy;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/ |
D | 1-1.c | 23 pthread_rwlockattr_t rwla; in main()
|
D | 2-1.c | 26 pthread_rwlockattr_t rwla; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/ |
D | 1-1.c | 23 pthread_rwlockattr_t rwla; in main()
|
D | 4-1.c | 24 pthread_rwlockattr_t rwla; in main()
|
D | 2-1.c | 51 pthread_rwlockattr_t rwla; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/ |
D | 1-1.c | 25 pthread_rwlockattr_t rwa; in main()
|
D | 2-1.c | 26 pthread_rwlockattr_t rwa; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
D | 3-1.c | 32 pthread_rwlockattr_t rwlockattr; in main()
|
D | 1-1.c | 60 pthread_rwlockattr_t rwlockattr; in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/ |
D | 1-1.c | 25 pthread_rwlockattr_t rwla; in main()
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | no_align.rs | 19 pub struct pthread_rwlockattr_t {
|
D | align.rs | 21 pub struct pthread_rwlockattr_t {
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | no_align.rs | 24 pub struct pthread_rwlockattr_t {
|
D | align.rs | 30 pub struct pthread_rwlockattr_t {
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 101 typedef int pthread_rwlockattr_t; typedef
|
/external/rust/crates/libc/src/fuchsia/ |
D | no_align.rs | 12 pub struct pthread_rwlockattr_t {
|
D | align.rs | 24 pub struct pthread_rwlockattr_t {
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 132 pub struct pthread_rwlockattr_t { 145 pub rwlockAttr: ::pthread_rwlockattr_t, 955 const PTHREAD_RWLOCKATTR_INITIALIZER: pthread_rwlockattr_t = 956 pthread_rwlockattr_t { 1506 attr: *mut ::pthread_rwlockattr_t, in pthread_rwlockattr_init() argument 1511 attr: *mut ::pthread_rwlockattr_t, in pthread_rwlockattr_destroy() argument 1516 attr: *mut ::pthread_rwlockattr_t, in pthread_rwlockattr_setmaxreaders() argument 1523 host: *const ::pthread_rwlockattr_t, in pthread_rwlock_init() argument
|
/external/crosvm/usb_util/src/ |
D | bindings.rs | 1329 pub union pthread_rwlockattr_t { 1337 ::std::mem::size_of::<pthread_rwlockattr_t>(), in bindgen_test_layout_pthread_rwlockattr_t() 1339 concat!("Size of: ", stringify!(pthread_rwlockattr_t)) in bindgen_test_layout_pthread_rwlockattr_t() 1342 ::std::mem::align_of::<pthread_rwlockattr_t>(), in bindgen_test_layout_pthread_rwlockattr_t() 1344 concat!("Alignment of ", stringify!(pthread_rwlockattr_t)) in bindgen_test_layout_pthread_rwlockattr_t() 1347 unsafe { &(*(::std::ptr::null::<pthread_rwlockattr_t>())).__size as *const _ as usize }, in bindgen_test_layout_pthread_rwlockattr_t() 1351 stringify!(pthread_rwlockattr_t), in bindgen_test_layout_pthread_rwlockattr_t() 1357 unsafe { &(*(::std::ptr::null::<pthread_rwlockattr_t>())).__align as *const _ as usize }, in bindgen_test_layout_pthread_rwlockattr_t() 1361 stringify!(pthread_rwlockattr_t), in bindgen_test_layout_pthread_rwlockattr_t()
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 181 pub struct pthread_rwlockattr_t { 1869 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getkind_np() argument 1873 attr: *mut pthread_rwlockattr_t, in pthread_rwlockattr_setkind_np() argument 1877 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared() argument 1881 attr: *mut pthread_rwlockattr_t, in pthread_rwlockattr_setpshared() argument
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 9 pub type pthread_rwlockattr_t = *mut ::c_void; typedef 1340 attr: *const pthread_rwlockattr_t, in pthread_rwlockattr_getpshared() argument 1344 attr: *mut pthread_rwlockattr_t, in pthread_rwlockattr_setpshared() argument
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 989 attr: *const ::pthread_rwlockattr_t, in pthread_rwlockattr_getkind_np() argument 993 attr: *mut ::pthread_rwlockattr_t, in pthread_rwlockattr_setkind_np() argument
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1133 attr: *const pthread_rwlockattr_t, in pthread_rwlock_init() argument 1165 pub fn pthread_rwlockattr_init(attr: *mut pthread_rwlockattr_t) in pthread_rwlockattr_init() 1168 attr: *mut pthread_rwlockattr_t, in pthread_rwlockattr_destroy() argument
|