Home
last modified time | relevance | path

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

123456

/third_party/musl/libc-test/src/regression/
Dpthread_cancel-sem_wait.c61 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/
Dpthread_cancel.c74 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()
Dtest_src_functional.gni91 "pthread_cancel-points",
92 "pthread_cancel",
/third_party/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()
/third_party/elfutils/tests/
Ddwfl-proc-attach.c102 pthread_cancel (thread1); in main()
103 pthread_cancel (thread2); in main()
/third_party/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()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_cancel.c88 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/
Dpthread_cancel.c95 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/
D1-1.c39 pthread_cancel(thread[i]); in alarm_handler()
129 pthread_cancel(thread[i]); in main()
/third_party/alsa-utils/bat/
Dbat.c168 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/
Dpthread_cancel.c7 _LIBC_TEXT_SECTION int pthread_cancel(pthread_t t) in pthread_cancel() function
/third_party/libfuse/include/
Dfuse_config.h43 #define pthread_cancel(thread) macro
/third_party/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()
/third_party/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()
/third_party/cups/
Dohos-modify-pthread.patch9 - pthread_cancel(thread);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D4-1.c73 pthread_cancel(new_th); in main()
D2-1.c71 ret = pthread_cancel(new_th); in main()
D3-1.c66 pthread_cancel(new_th); in main()
D1-1.c75 pthread_cancel(new_th); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
D1-2.c84 if (pthread_cancel(new_th) != 0) { in main()
D2-1.c80 if (pthread_cancel(new_th) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/
D2-1.c80 if (pthread_cancel(new_th) != 0) { in main()

123456