Home
last modified time | relevance | path

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

12

/external/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()
/external/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()
/external/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()
/external/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()
/external/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()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D7-1-buildonly.c20 tmp = pthread_equal(a, b); in dummy_func()
/external/libxml2/
Dthreads.c69 #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/
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()
/external/swiftshader/third_party/LLVM/test/Linker/
D2011-08-22-ResolveAlias.ll15 @_ZL21__gthrw_pthread_equalmm = alias weak i32 (i64, i64)* @pthread_equal
47 declare extern_weak i32 @pthread_equal(i64, i64)
D2011-08-22-ResolveAlias2.ll18 @_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/
D1-2.c89 if (!pthread_equal(pthread_self(), ch)) { in handler()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2010-01-06-TailDuplicateLabels.ll37 …%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/
D2010-01-06-TailDuplicateLabels.ll37 …%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/
D2010-01-06-TailDuplicateLabels.ll37 …%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/
D6-2.c162 if (!pthread_equal(last_awaken, ch[0])) { in main()
/external/ImageMagick/MagickCore/
Dthread-private.h99 if (pthread_equal(id,pthread_self()) != 0) in IsMagickThreadEqual()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D4-1.c48 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D2-1.c48 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D6-1.c62 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D6-1.c62 if (pthread_equal(pthread_self(), sig_thread)) { in sig_handler()
/external/webrtc/webrtc/base/
Dcriticalsection.cc99 return pthread_equal(thread_, pthread_self()); in CurrentThreadIsOwner()

12