/external/squashfs-tools/squashfs-tools/ |
D | restore.c | 86 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/llvm-project/llvm/test/Assembler/ |
D | 2007-09-10-AliasFwdRef.ll | 6 @__gthrw_pthread_cancel = weak alias i32 (i32), i32 (i32)* @pthread_cancel 10 define weak i32 @pthread_cancel(i32) {
|
/external/llvm/test/Assembler/ |
D | 2007-09-10-AliasFwdRef.ll | 6 @__gthrw_pthread_cancel = weak alias i32 (i32), i32 (i32)* @pthread_cancel 10 define weak i32 @pthread_cancel(i32) {
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-bad-signal-to-kill-thread.cpp | 13 int pthread_cancel(pthread_t thread); 28 if ((result = pthread_cancel(thread)) != 0) { in main()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2007-09-10-AliasConstFold.ll | 4 @__gthrw_pthread_cancel = weak alias i32 (i32), i32 (i32)* @pthread_cancel ; <i32 (i32)*> [#uses=1] 6 define weak i32 @pthread_cancel(i32) {
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | 2007-09-10-AliasConstFold.ll | 4 @__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/ |
D | 4-1.c | 98 pthread_cancel(watchdog_thread); in main() 99 pthread_cancel(low_id); in main()
|
/external/elfutils/tests/ |
D | dwfl-proc-attach.c | 102 pthread_cancel (thread1); in main() 103 pthread_cancel (thread2); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/ |
D | 2-1.c | 133 pthread_cancel(watchdog_thread); in main() 134 pthread_cancel(child_thread); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 1-1.c | 39 pthread_cancel(thread[i]); in alarm_handler() 129 pthread_cancel(thread[i]); in main()
|
/external/libfuse/lib/ |
D | android_config.h | 2 #define pthread_cancel(c) macro
|
/external/linux-kselftest/android/include/ |
D | bionic-compat.h | 7 static inline int pthread_cancel(pthread_t thread) { return 0; } in pthread_cancel() function
|
/external/libvpx/libvpx/vp8/common/ |
D | threading.h | 41 #define pthread_cancel(thread) terminate_thread(thread, 0) macro 61 #define pthread_cancel(thread) DosKillThread(thread)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | 5-1.c | 49 ret = pthread_cancel(new_th); in main()
|
D | 4-1.c | 56 ret = pthread_cancel(new_th); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 1-2.c | 49 ret = pthread_cancel(new_th); in main()
|
D | 1-3.c | 56 pthread_cancel(a); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-1.c | 73 pthread_cancel(new_th); in main()
|
D | 3-1.c | 68 pthread_cancel(new_th); in main()
|
D | 2-1.c | 71 ret = pthread_cancel(new_th); in main()
|
D | 1-1.c | 75 pthread_cancel(new_th); in main()
|
/external/ltp/testcases/kernel/crypto/ |
D | af_alg02.c | 50 pthread_cancel(thr); in run()
|
/external/compiler-rt/test/tsan/ |
D | cond_cancel.c | 45 pthread_cancel(th); in main()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | cond_cancel.c | 45 pthread_cancel(th); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/ |
D | 2-1.c | 80 if (pthread_cancel(new_th) != 0) { in main()
|