Home
last modified time | relevance | path

Searched refs:pthread_spin_destroy (Results 1 - 25 of 33) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_spin_unlock.c50 pthread_spin_destroy(&lock); in pthread_spin_unlock_0100()
58 pthread_spin_destroy(&lock); in pthread_spin_unlock_0100()
H A Dpthread_spin_lock.c50 pthread_spin_destroy(&spin); in pthread_spin_lock_0100()
83 pthread_spin_destroy(&lock); in pthread_spin_lock_0200()
H A Dpthread_spin_trylock.c93 pthread_spin_destroy(&lock); in pthread_spin_trylock_0200()
/third_party/musl/src/thread/
H A Dpthread_spin_destroy.c3 int pthread_spin_destroy(pthread_spinlock_t *s) in pthread_spin_destroy() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
H A D1-1.c7 * Test pthread_spin_destroy(pthread_spinlock_t * lock)
9 * pthread_spin_destroy() function shall destroy the spin lock
57 rc = pthread_spin_destroy(&spinlock); in main()
59 printf("Test FAILED: Error at pthread_spin_destroy(), " in main()
H A D3-1.c7 * Test pthread_spin_destroy(pthread_spinlock_t *lock) may fail if:
20 * 3. Create a child thread. The thread call pthread_spin_destroy()
39 rc = pthread_spin_destroy(&spinlock); in fn_chld()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
H A D1-1.c64 rc = pthread_spin_destroy(&spinlock); in main()
66 printf("Error at pthread_spin_destroy(): %d\n", rc); in main()
H A D2-1.c183 if (pthread_spin_destroy(&(spinlock_data->spinlock)) != 0) { in main()
184 printf("Child: error at pthread_spin_destroy()\n"); in main()
H A D2-2.c188 if (pthread_spin_destroy(&(spinlock_data->spinlock)) != 0) { in main()
189 printf("Child: error at pthread_spin_destroy()\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
H A D3-2.c69 pthread_spin_destroy(&spinlock); in main()
H A D3-1.c81 pthread_spin_destroy(&spinlock); in main()
H A D1-2.c144 if (pthread_spin_destroy(&spinlock) != 0) { in main()
145 printf("Error at pthread_spin_destroy()\n"); in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_spin_test.cpp17 EXPECT_EQ(0, pthread_spin_destroy(&spinLock));
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
H A D1-2.c139 if (pthread_spin_destroy(&spinlock) != 0) { in main()
140 printf("Error at pthread_spin_destroy()\n"); in main()
H A D3-1.c68 if (pthread_spin_destroy(&spinlock) != 0) { in fn_chld()
69 printf("Error at pthread_spin_destroy()\n"); in fn_chld()
H A D1-1.c120 if (pthread_spin_destroy(&spinlock) != 0) { in main()
121 printf("Error at pthread_spin_destroy()\n"); in main()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h199 #define pthread_spin_destroy _pthread_spin_destroy macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h139 int pthread_spin_destroy(pthread_spinlock_t *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h139 int pthread_spin_destroy(pthread_spinlock_t *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h139 int pthread_spin_destroy(pthread_spinlock_t *);
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h132 int pthread_spin_destroy(pthread_spinlock_t *);
/third_party/musl/libc-test/src/api/
H A Dpthread.c142 {int(*p)(pthread_spinlock_t*) = pthread_spin_destroy;} in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h312 int pthread_spin_destroy(pthread_spinlock_t *);
/third_party/musl/include/
H A Dpthread.h286 int pthread_spin_destroy(pthread_spinlock_t *);
/third_party/musl/Benchmark/musl/
H A Dlibc_pthread.cpp599 pthread_spin_destroy(&g_spinLock); in Bm_function_pthread_spin_lock_and_spin_unlock()

Completed in 9 milliseconds

12