Home
last modified time | relevance | path

Searched refs:pthread_cancel (Results 1 – 25 of 97) sorted by relevance

1234

/external/squashfs-tools/squashfs-tools/
Drestore.c86 pthread_cancel(reader_thread); in restore_thrd()
97 pthread_cancel(deflator_thread[i]); in restore_thrd()
109 pthread_cancel(frag_thread[i]); in restore_thrd()
120 pthread_cancel(main_thread); in restore_thrd()
130 pthread_cancel(frag_deflator_thread[i]); in restore_thrd()
141 pthread_cancel(writer_thread); in restore_thrd()
/external/swiftshader/third_party/LLVM/test/Assembler/
D2007-09-10-AliasFwdRef.ll5 @__gthrw_pthread_cancel = alias weak i32 (i32)* @pthread_cancel
9 declare extern_weak i32 @pthread_cancel(i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
D2007-09-10-AliasFwdRef.ll6 @__gthrw_pthread_cancel = weak alias i32 (i32), i32 (i32)* @pthread_cancel
10 define weak i32 @pthread_cancel(i32) {
/external/llvm/test/Assembler/
D2007-09-10-AliasFwdRef.ll6 @__gthrw_pthread_cancel = weak alias i32 (i32), i32 (i32)* @pthread_cancel
10 define weak i32 @pthread_cancel(i32) {
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2007-09-10-AliasConstFold.ll4 @__gthrw_pthread_cancel = alias weak i32 (i32)* @pthread_cancel ; <i32 (i32)*> [#uses=1]
6 declare extern_weak i32 @pthread_cancel(i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2007-09-10-AliasConstFold.ll4 @__gthrw_pthread_cancel = weak alias i32 (i32), i32 (i32)* @pthread_cancel ; <i32 (i32)*> [#uses=1]
6 define weak i32 @pthread_cancel(i32) {
/external/llvm/test/Transforms/InstCombine/
D2007-09-10-AliasConstFold.ll4 @__gthrw_pthread_cancel = weak alias i32 (i32), i32 (i32)* @pthread_cancel ; <i32 (i32)*> [#uses=1]
6 define weak i32 @pthread_cancel(i32) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
D4-1.c98 pthread_cancel(watchdog_thread); in main()
99 pthread_cancel(low_id); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/
D2-1.c133 pthread_cancel(watchdog_thread); in main()
134 pthread_cancel(child_thread); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D1-1.c39 pthread_cancel(thread[i]); in alarm_handler()
128 pthread_cancel(thread[i]); in main()
/external/libvpx/libvpx/vp8/common/
Dthreading.h41 #define pthread_cancel(thread) terminate_thread(thread, 0) macro
61 #define pthread_cancel(thread) DosKillThread(thread)
/external/linux-kselftest/android/include/
Dbionic-compat.h7 static inline int pthread_cancel(pthread_t thread) { return 0; } in pthread_cancel() function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D5-1.c49 ret = pthread_cancel(new_th); in main()
D4-1.c56 ret = pthread_cancel(new_th); in main()
D1-2.c91 if (pthread_cancel(new_th) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-2.c49 ret = pthread_cancel(new_th); in main()
D1-3.c56 pthread_cancel(a); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D4-1.c73 pthread_cancel(new_th); in main()
D3-1.c68 pthread_cancel(new_th); in main()
D2-1.c71 ret = pthread_cancel(new_th); in main()
D1-1.c75 pthread_cancel(new_th); in main()
/external/swiftshader/third_party/LLVM/test/Linker/
D2011-08-22-ResolveAlias.ll18 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel
53 declare extern_weak i32 @pthread_cancel(i64)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/
D2-1.c80 if (pthread_cancel(new_th) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
D1-2.c84 if (pthread_cancel(new_th) != 0) { in main()
/external/compiler-rt/test/tsan/
Dcond_cancel.c45 pthread_cancel(th); in main()

1234