Home
last modified time | relevance | path

Searched refs:pthread_equal (Results 1 – 25 of 56) sorted by relevance

123

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
D1-2.c137 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/
D1-1.c56 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/
Dpthread_equal.c30 int ret = pthread_equal(g_pthd_1, pth); in threadfuncB()
39 int ret = pthread_equal(g_pthd_2, pthread_self()); in threadfuncC()
Dtest_src_functionalext_supplement_thread.gni79 "pthread_equal",
/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill01.c90 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/
D2-1.c166 ret = pthread_equal(me, *(pthread_t *) arg); in test()
172 ret = pthread_equal(me, me); in test()
Dcoverage.txt1 This document defines the coverage for the pthread_equal() function:
D1-1.c44 if (pthread_equal(new_th, new_th) == 0) { in main()
D1-2.c50 if (pthread_equal(new_th1, new_th2) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dstress.c269 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/
D7-1-buildonly.c20 tmp = pthread_equal(a, b); in dummy_func()
/third_party/musl/src/thread/
Dpthread_equal.c9 weak_alias(__pthread_equal, pthread_equal);
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h87 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/
D4-1.c47 if (pthread_equal(new_th, self_th) == 0) { in main()
D1-1.c45 if (pthread_equal(new_th, main_th) != 0) { in main()
/third_party/musl/include/
Dpthread.h92 int pthread_equal(pthread_t, pthread_t);
94 #define pthread_equal(x,y) ((x)==(y)) macro
/third_party/musl/porting/linux/user/include/
Dpthread.h102 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/
D1-2.c89 if (!pthread_equal(pthread_self(), ch)) { in handler()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
D6-2.c162 if (!pthread_equal(last_awaken, ch[0])) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D4-1.c48 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D2-1.c48 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D6-1.c62 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
D6-2.c65 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D6-1.c62 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
D6-2.c65 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()

123