/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/ |
H A D | 4-1.c | 32 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in thread() 57 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in watchdog()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/ |
H A D | 2-1.c | 46 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in fn_chld() 66 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in watchdog()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_setcanceltype.c | 3 int pthread_setcanceltype(int new, int *old) in pthread_setcanceltype() function
|
/third_party/musl/src/thread/ |
H A D | pthread_setcanceltype.c | 3 int pthread_setcanceltype(int new, int *old) in pthread_setcanceltype() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
H A D | 4-1.c | 26 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
H A D | 1-1.c | 51 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
H A D | 2-1.c | 47 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
H A D | 1-3.c | 58 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
H A D | 3-1.c | 51 SAFE_PFUNC(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL)); in thread_func()
|
H A D | 2-2.c | 47 rc = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func() 49 printf(ERROR_PREFIX "pthread_setcanceltype\n"); in a_thread_func()
|
H A D | 2-3.c | 64 rc = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func() 66 printf(ERROR_PREFIX "pthread_setcanceltype\n"); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
H A D | 1-1.c | 30 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
H A D | 2-1.c | 29 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
H A D | 3-1.c | 27 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
H A D | 4-1.c | 34 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
H A D | 3-1.c | 55 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/ |
H A D | 1-1.c | 43 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
H A D | 2-1.c | 38 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
H A D | 1-2.c | 54 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/ |
H A D | 1-2.c | 8 * Test pthread_setcanceltype 57 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
H A D | 1-1.c | 8 * Test pthread_setcanceltype 54 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/ |
H A D | 1-1.c | 57 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
H A D | 3-1.c | 53 err = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func() 55 fprintf(stderr, "pthread_setcanceltype: %s", strerror(err)); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/ |
H A D | 4-1.c | 42 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in fn_chld()
|
/third_party/musl/libc-test/src/functional/ |
H A D | pthread_cancel.c | 12 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, 0); in start_async()
|