Home
last modified time | relevance | path

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

12345

/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/llvm-project/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-bad-signal-to-kill-thread.cpp13 int pthread_cancel(pthread_t thread);
28 if ((result = pthread_cancel(thread)) != 0) { in main()
/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/llvm-project/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/elfutils/tests/
Ddwfl-proc-attach.c102 pthread_cancel (thread1); in main()
103 pthread_cancel (thread2); 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()
129 pthread_cancel(thread[i]); in main()
/external/libfuse/lib/
Dandroid_config.h2 #define pthread_cancel(c) macro
/external/linux-kselftest/android/include/
Dbionic-compat.h7 static inline int pthread_cancel(pthread_t thread) { return 0; } in pthread_cancel() function
/external/libvpx/libvpx/vp8/common/
Dthreading.h41 #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/
D5-1.c49 ret = pthread_cancel(new_th); in main()
D4-1.c56 ret = pthread_cancel(new_th); 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/ltp/testcases/kernel/crypto/
Daf_alg02.c50 pthread_cancel(thr); in run()
/external/compiler-rt/test/tsan/
Dcond_cancel.c45 pthread_cancel(th); in main()
/external/llvm-project/compiler-rt/test/tsan/
Dcond_cancel.c45 pthread_cancel(th); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
D2-1.c80 if (pthread_cancel(new_th) != 0) { in main()

12345