Searched refs:pthread_setcanceltype (Results 1 – 25 of 46) sorted by relevance
12
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/ |
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/ |
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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_setcanceltype function:
|
D | 1-1.c | 54 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 1-2.c | 57 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
/third_party/musl/src/thread/ |
D | pthread_setcanceltype.c | 3 int pthread_setcanceltype(int new, int *old) in pthread_setcanceltype() function
|
/third_party/musl/porting/linux/user/src/thread/ |
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/ |
D | 4-1.c | 26 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 2-1.c | 47 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 1-1.c | 51 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 1-3.c | 58 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
D | 2-2.c | 47 rc = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 3-1.c | 51 SAFE_PFUNC(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL)); in thread_func()
|
D | 2-3.c | 64 rc = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-1.c | 34 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 2-1.c | 29 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 3-1.c | 27 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 1-1.c | 30 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/ |
D | 2-1.c | 38 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 1-1.c | 43 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
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_cleanup_push/ |
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_testcancel/ |
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/ |
D | 3-1.c | 53 err = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/ |
D | 4-1.c | 42 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in fn_chld()
|
12