/third_party/musl/libc-test/src/regression/ |
D | pthread_cancel-sem_wait.c | 61 TESTR(r, pthread_cancel(td), "canceling"); in main() 71 TESTR(r, pthread_cancel(td), "canceling"); in main() 81 TESTR(r, pthread_cancel(td), "canceling"); in main() 91 TESTR(r, pthread_cancel(td), "canceling"); in main() 101 TESTR(r, pthread_cancel(td), "canceling"); in main()
|
/third_party/musl/libc-test/src/functional/ |
D | pthread_cancel.c | 74 TESTR(r, pthread_cancel(td), "canceling"); in main() 81 TESTR(r, pthread_cancel(td), "cancelling"); in main() 89 TESTR(r, pthread_cancel(td), "cancelling"); in main()
|
D | test_src_functional.gni | 91 "pthread_cancel-points", 92 "pthread_cancel",
|
/third_party/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()
|
/third_party/elfutils/tests/ |
D | dwfl-proc-attach.c | 102 pthread_cancel (thread1); in main() 103 pthread_cancel (thread2); in main()
|
/third_party/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()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_cancel.c | 88 int pthread_cancel(pthread_t t) in pthread_cancel() function 108 int pthread_cancel(pthread_t t) in pthread_cancel() function
|
/third_party/musl/src/thread/ |
D | pthread_cancel.c | 95 int pthread_cancel(pthread_t t) in pthread_cancel() function 115 int pthread_cancel(pthread_t t) in pthread_cancel() function
|
/third_party/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()
|
/third_party/alsa-utils/bat/ |
D | bat.c | 168 pthread_cancel(id); in thread_wait_completion() 197 pthread_cancel(playback_id); in test_loopback() 206 pthread_cancel(capture_id); in test_loopback() 214 pthread_cancel(capture_id); in test_loopback() 221 pthread_cancel(capture_id); in test_loopback()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_cancel.c | 7 _LIBC_TEXT_SECTION int pthread_cancel(pthread_t t) in pthread_cancel() function
|
/third_party/libfuse/include/ |
D | fuse_config.h | 43 #define pthread_cancel(thread) macro
|
/third_party/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()
|
D | 1-2.c | 91 if (pthread_cancel(new_th) != 0) { in main()
|
/third_party/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()
|
/third_party/cups/ |
D | ohos-modify-pthread.patch | 9 - pthread_cancel(thread);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-1.c | 73 pthread_cancel(new_th); in main()
|
D | 2-1.c | 71 ret = pthread_cancel(new_th); in main()
|
D | 3-1.c | 66 pthread_cancel(new_th); in main()
|
D | 1-1.c | 75 pthread_cancel(new_th); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/ |
D | 1-2.c | 84 if (pthread_cancel(new_th) != 0) { in main()
|
D | 2-1.c | 80 if (pthread_cancel(new_th) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/ |
D | 2-1.c | 80 if (pthread_cancel(new_th) != 0) { in main()
|