/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
D | 1-2.c | 137 if (!pthread_equal(ch, threads[0])) { in threaded() 142 if (!pthread_equal(pthread_self(), threads[2])) { in threaded() 151 if (!pthread_equal(ch, threads[0])) { in threaded() 156 if (!pthread_equal(pthread_self(), threads[1])) { in threaded()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_self/ |
D | 1-1.c | 56 if (pthread_equal(new_th1, new_th2) == 0) { in main() 60 if (pthread_equal(new_th1, pthread_self()) != 0) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_equal.c | 30 int ret = pthread_equal(g_pthd_1, pth); in threadfuncB() 39 int ret = pthread_equal(g_pthd_2, pthread_self()); in threadfuncC()
|
D | test_src_functionalext_supplement_thread.gni | 79 "pthread_equal",
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
D | tgkill01.c | 90 while (pthread_equal(sigusr1_thread, pthread_self())) in run() 93 if (!pthread_equal(sigusr1_thread, threads[i].thread)) { in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/ |
D | 2-1.c | 166 ret = pthread_equal(me, *(pthread_t *) arg); in test() 172 ret = pthread_equal(me, me); in test()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_equal() function:
|
D | 1-1.c | 44 if (pthread_equal(new_th, new_th) == 0) { in main()
|
D | 1-2.c | 50 if (pthread_equal(new_th1, new_th2) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | stress.c | 269 if (pthread_equal(creation[sc], running[sc]) == 0) { in main() 282 if (pthread_equal(creation[sc], creation[i])) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
D | 7-1-buildonly.c | 20 tmp = pthread_equal(a, b); in dummy_func()
|
/third_party/musl/src/thread/ |
D | pthread_equal.c | 9 weak_alias(__pthread_equal, pthread_equal);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 87 int pthread_equal(pthread_t, pthread_t); 89 #define pthread_equal(x,y) ((x)==(y)) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 4-1.c | 47 if (pthread_equal(new_th, self_th) == 0) { in main()
|
D | 1-1.c | 45 if (pthread_equal(new_th, main_th) != 0) { in main()
|
/third_party/musl/include/ |
D | pthread.h | 92 int pthread_equal(pthread_t, pthread_t); 94 #define pthread_equal(x,y) ((x)==(y)) macro
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 102 int pthread_equal(pthread_t, pthread_t); 104 #define pthread_equal(x,y) ((x)==(y)) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
D | 1-2.c | 89 if (!pthread_equal(pthread_self(), ch)) { in handler()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/ |
D | 6-2.c | 162 if (!pthread_equal(last_awaken, ch[0])) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/ |
D | 4-1.c | 48 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/ |
D | 2-1.c | 48 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
D | 6-1.c | 62 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
|
D | 6-2.c | 65 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
D | 6-1.c | 62 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
|
D | 6-2.c | 65 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
|