Home
last modified time | relevance | path

Searched defs:pthread_mutexattr_t (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpthread.h43 typedef LosMuxAttr pthread_mutexattr_t; typedef
/third_party/python/Include/cpython/
Dpthread_stubs.h36 typedef struct { unsigned __attr; } pthread_mutexattr_t; typedef
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
D_pthreadtypes.h36 #define pthread_mutexattr_t __pthread_mutexattr_t_discard macro
/third_party/ffmpeg/compat/
Dos2threads.h54 typedef void pthread_mutexattr_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h40 typedef LosMuxAttr pthread_mutexattr_t; typedef
/third_party/musl/include/
Dalltypes.h.in61 TYPEDEF struct { unsigned __attr; } pthread_mutexattr_t; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h291 typedef struct { unsigned type; } pthread_mutexattr_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h288 typedef struct { unsigned __attr; } pthread_mutexattr_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h288 typedef struct { unsigned type; } pthread_mutexattr_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h288 typedef struct { unsigned type; } pthread_mutexattr_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2412 pthread_mutexattr_t = __darwin_pthread_mutexattr_t variable
/third_party/rust/crates/libc/src/unix/
Dmod.rs1091 attr: *const pthread_mutexattr_t, in pthread_mutex_init()
1104 pub fn pthread_mutexattr_settype(attr: *mut pthread_mutexattr_t, _type: ::c_int) -> ::c_int; in pthread_mutexattr_settype()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs62 pub type pthread_mutexattr_t = ::_sync_attr; typedef
2696 attr: *mut pthread_mutexattr_t, in pthread_mutexattr_setpshared()
2944 attr: *const pthread_mutexattr_t, in pthread_mutexattr_getpshared()
2948 attr: *const pthread_mutexattr_t, in pthread_mutexattr_getrobust()
2952 attr: *mut pthread_mutexattr_t, in pthread_mutexattr_setrobust()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs5 pub type pthread_mutexattr_t = *mut ::c_void; typedef
1588 attr: *const pthread_mutexattr_t, in pthread_mutexattr_getpshared()
1592 attr: *mut pthread_mutexattr_t, in pthread_mutexattr_setpshared()
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1299 pub fn pthread_mutexattr_settype(pAttr: *mut ::pthread_mutexattr_t, pType: ::c_int) -> ::c_int; in pthread_mutexattr_settype()
1304 attr: *const pthread_mutexattr_t, in pthread_mutex_init()
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs36 pub type pthread_mutexattr_t = usize; typedef
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs38 pub type pthread_mutexattr_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs12 pub type pthread_mutexattr_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4179 attr: *const pthread_mutexattr_t, in pthread_mutexattr_getprotocol()
4183 attr: *mut pthread_mutexattr_t, in pthread_mutexattr_setprotocol()
4298 attr: *const pthread_mutexattr_t, in pthread_mutexattr_getpshared()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4217 attr: *mut ::pthread_mutexattr_t, in pthread_mutexattr_getrobust()
4221 attr: *mut ::pthread_mutexattr_t, in pthread_mutexattr_setrobust()
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs23 pub type pthread_mutexattr_t = ::uintptr_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1752 attr: *mut pthread_mutexattr_t, in pthread_mutexattr_setpshared()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs12 pub type pthread_mutexattr_t = ::c_long; typedef
3408 attr: *const pthread_mutexattr_t, in pthread_mutexattr_getpshared()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3702 attr: *const pthread_mutexattr_t, in pthread_mutex_init()
3711 pub fn pthread_mutexattr_settype(attr: *mut pthread_mutexattr_t, _type: ::c_int) -> ::c_int; in pthread_mutexattr_settype()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5199 attr: *mut pthread_mutexattr_t, in pthread_mutexattr_setpshared()
5203 attr: *const pthread_mutexattr_t, in pthread_mutexattr_getpshared()

12