/external/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()
|
/external/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()
|
/external/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()
|
/external/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()
|
/external/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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
D | 7-1-buildonly.c | 20 tmp = pthread_equal(a, b); in dummy_func()
|
/external/libxml2/ |
D | threads.c | 69 #pragma weak pthread_equal macro 353 if (pthread_equal(tok->tid, pthread_self())) { in xmlRMutexLock() 811 return (pthread_equal(mainthread,pthread_self())); in xmlIsMainThread() 875 (pthread_equal != NULL) && in xmlInitThreads()
|
/external/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()
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 15 @_ZL21__gthrw_pthread_equalmm = alias weak i32 (i64, i64)* @pthread_equal 47 declare extern_weak i32 @pthread_equal(i64, i64)
|
D | 2011-08-22-ResolveAlias2.ll | 18 @_ZL21__gthrw_pthread_equalmm = alias weak i32 (i64, i64)* @pthread_equal 52 declare extern_weak i32 @pthread_equal(i64, i64)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
D | 1-2.c | 89 if (!pthread_equal(pthread_self(), ch)) { in handler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | 2010-01-06-TailDuplicateLabels.ll | 37 …%4 = tail call i32 @pthread_equal(%struct._opaque_pthread_t* %3, %struct._opaque_pthread_t* %me.0… 88 declare i32 @pthread_equal(%struct._opaque_pthread_t*, %struct._opaque_pthread_t*)
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-01-06-TailDuplicateLabels.ll | 37 …%4 = tail call i32 @pthread_equal(%struct._opaque_pthread_t* %3, %struct._opaque_pthread_t* %me.0… 88 declare i32 @pthread_equal(%struct._opaque_pthread_t*, %struct._opaque_pthread_t*)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | 2010-01-06-TailDuplicateLabels.ll | 37 …%4 = tail call i32 @pthread_equal(%struct._opaque_pthread_t* %3, %struct._opaque_pthread_t* %me.0… 88 declare i32 @pthread_equal(%struct._opaque_pthread_t*, %struct._opaque_pthread_t*)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/ |
D | 6-2.c | 162 if (!pthread_equal(last_awaken, ch[0])) { in main()
|
/external/ImageMagick/MagickCore/ |
D | thread-private.h | 99 if (pthread_equal(id,pthread_self()) != 0) in IsMagickThreadEqual()
|
/external/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()
|
/external/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()
|
/external/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()
|
/external/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()
|
/external/webrtc/webrtc/base/ |
D | criticalsection.cc | 99 return pthread_equal(thread_, pthread_self()); in CurrentThreadIsOwner()
|