Home
last modified time | relevance | path

Searched refs:pthread_spin_trylock (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
D1-1.c70 rc = pthread_spin_trylock(&spinlock); in fn_chld()
88 if (pthread_spin_trylock(&spinlock) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_spin_trylock() function:
D4-1.c33 rc = pthread_spin_trylock(&spinlock); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
D1-1.c47 rc = pthread_spin_trylock(&spinlock); in fn_chld()
108 if (pthread_spin_trylock(&spinlock) != 0) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_spin_trylock.c25 int ret = pthread_spin_trylock(&lock); in thread1()
37 ret = pthread_spin_trylock(&lock); in thread2()
Dtest_src_functionalext_supplement_thread.gni76 "pthread_spin_trylock",
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D2-1.c141 if ((pthread_spin_trylock(&(spinlock_data->spinlock))) != EBUSY) { in main()
157 if ((pthread_spin_trylock(&(spinlock_data->spinlock))) != 0) { in main()
D2-2.c147 rc = pthread_spin_trylock(&(spinlock_data->spinlock)); in main()
161 rc = pthread_spin_trylock(&(spinlock_data->spinlock)); in main()
/third_party/musl/src/thread/
Dpthread_spin_trylock.c4 int pthread_spin_trylock(pthread_spinlock_t *s) in pthread_spin_trylock() function
/third_party/iowow/src/utils/
Dpthread_spin_lock_shim.h41 static inline int pthread_spin_trylock(pthread_spinlock_t *lock) { in pthread_spin_trylock() function
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h134 int pthread_spin_trylock(pthread_spinlock_t *);
/third_party/musl/include/
Dpthread.h134 int pthread_spin_trylock(pthread_spinlock_t *);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h137 int pthread_spin_trylock(pthread_spinlock_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h137 int pthread_spin_trylock(pthread_spinlock_t *);
/third_party/musl/libc-test/src/api/
Dpthread.c145 {int(*p)(pthread_spinlock_t*) = pthread_spin_trylock;} in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h137 int pthread_spin_trylock(pthread_spinlock_t *);
/third_party/musl/ndk_musl_include/
Dpthread.h302 int pthread_spin_trylock(pthread_spinlock_t *);
/third_party/musl/porting/linux/user/include/
Dpthread.h311 int pthread_spin_trylock(pthread_spinlock_t *);
/third_party/musl/
Dlibc.map.txt1425 pthread_spin_trylock;
Dmusl_src.gni1399 "src/thread/pthread_spin_trylock.c",