Home
last modified time | relevance | path

Searched refs:pthread_spin_unlock (Results 1 – 25 of 46) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_spin_lock.c28 ret = pthread_spin_unlock(&lock); in thread1()
47 ret = pthread_spin_unlock(&spin); in pthread_spin_lock_0100()
77 ret = pthread_spin_unlock(&lock); in pthread_spin_lock_0200()
Dpthread_spin_trylock.c28 ret = pthread_spin_unlock(&lock); in thread1()
39 ret = pthread_spin_unlock(&lock); in thread2()
66 ret = pthread_spin_unlock(&lock); in pthread_spin_trylock_0100()
Dpthread_spin_unlock.c28 ret = pthread_spin_unlock(&lock); in thread1()
Dtest_src_functionalext_supplement_thread.gni77 "pthread_spin_unlock",
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
D1-1.c56 if (pthread_spin_unlock(&spinlock)) { in fn_chld()
88 rc = pthread_spin_unlock(&spinlock); in main()
115 if (pthread_spin_unlock(&spinlock) != 0) { in main()
D3-1.c66 pthread_spin_unlock(&spinlock); in fn_chld()
96 rc = pthread_spin_unlock(&spinlock); in main()
D1-2.c61 if (pthread_spin_unlock(&spinlock)) { in fn_chld()
115 if (pthread_spin_unlock(&spinlock) != 0) { in main()
Dcoverage.txt1 This document defines the coverage for the pthread_spin_unlock() function:
/third_party/iowow/src/utils/
Dmt19937ar.c104 pthread_spin_unlock(&lock); in init_genrand()
146 pthread_spin_unlock(&lock); in init_by_array()
184 pthread_spin_unlock(&lock); in genrand_int32()
Dpthread_spin_lock_shim.h48 static inline int pthread_spin_unlock(pthread_spinlock_t *lock) { in pthread_spin_unlock() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
D1-2.c60 if (pthread_spin_unlock(&spinlock)) { in fn_chld()
118 if (pthread_spin_unlock(&spinlock) != 0) { in main()
D3-2.c66 pthread_spin_unlock(&spinlock); in main()
D3-1.c78 pthread_spin_unlock(&spinlock); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
D2-1.c110 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
164 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
D2-2.c116 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
169 if (pthread_spin_unlock(&(spinlock_data->spinlock)) != 0) { in main()
D1-1.c59 if (pthread_spin_unlock(&spinlock) != 0) { in main()
/third_party/musl/src/thread/
Dpthread_spin_unlock.c3 int pthread_spin_unlock(pthread_spinlock_t *s) in pthread_spin_unlock() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
D1-1.c51 if (pthread_spin_unlock(&spinlock) != 0) { in main()
/third_party/musl/include/
Dpthread.h138 int pthread_spin_unlock(pthread_spinlock_t *);
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h135 int pthread_spin_unlock(pthread_spinlock_t *);
/third_party/musl/ndk_musl_include/
Dpthread.h303 int pthread_spin_unlock(pthread_spinlock_t *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h142 int pthread_spin_unlock(pthread_spinlock_t *);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h142 int pthread_spin_unlock(pthread_spinlock_t *);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h142 int pthread_spin_unlock(pthread_spinlock_t *);
/third_party/musl/libc-test/src/api/
Dpthread.c146 {int(*p)(pthread_spinlock_t*) = pthread_spin_unlock;} in f()

12