Home
last modified time | relevance | path

Searched refs:PTHREAD_MUTEX_ROBUST (Results 1 - 16 of 16) sorted by relevance

/third_party/ltp/testcases/realtime/func/pi-tests/
H A Dtestpi-6.c77 PTHREAD_MUTEX_ROBUST) != 0) in do_test()
H A Dsbrk_mutex.c110 if (pthread_mutexattr_setrobust(&mutexattr, PTHREAD_MUTEX_ROBUST) in main()
/third_party/musl/libc-test/src/regression/
H A Dpthread-robust-detach.c33 T(r, pthread_mutexattr_setrobust(&mtx_a, PTHREAD_MUTEX_ROBUST)); in f()
/third_party/musl/libc-test/src/functional/
H A Dpthread_robust.c39 TEST(r, pthread_mutexattr_setrobust(&mtx_a, PTHREAD_MUTEX_ROBUST), "setting robust attribute"); in f()
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h42 #define PTHREAD_MUTEX_ROBUST 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h42 #define PTHREAD_MUTEX_ROBUST 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h42 #define PTHREAD_MUTEX_ROBUST 1 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h42 #define PTHREAD_MUTEX_ROBUST 1 macro
/third_party/musl/libc-test/src/api/
H A Dpthread.c31 C(PTHREAD_MUTEX_ROBUST) in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h68 #define PTHREAD_MUTEX_ROBUST 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h72 #define PTHREAD_MUTEX_ROBUST 1 macro
/third_party/musl/include/
H A Dpthread.h43 #define PTHREAD_MUTEX_ROBUST 1 macro
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2480 pub const PTHREAD_MUTEX_ROBUST: ::c_int = 0x10; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1780 pub const PTHREAD_MUTEX_ROBUST: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1922 pub const PTHREAD_MUTEX_ROBUST: ::c_int = 1; consts
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17749 PTHREAD_MUTEX_ROBUST,
17750 PTHREAD_MUTEX_ROBUST_NP = PTHREAD_MUTEX_ROBUST
[all...]

Completed in 63 milliseconds