Searched refs:pthread_setcanceltype (Results 1 – 25 of 34) sorted by relevance
12
/external/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()
|
/external/deqp-deps/glslang/glslang/OSDependent/Unix/ |
D | ossource.cpp | 88 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &old_cancel_type); in OS_CleanupThreadData() 98 pthread_setcanceltype(old_cancel_state, NULL); in OS_CleanupThreadData()
|
/external/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()
|
/external/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()
|
/external/compiler-rt/test/msan/ |
D | pthread_setcancelstate.cc | 14 res = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); in main()
|
/external/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 | 3-1.c | 41 SAFE_PFUNC(pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL)); in thread_func()
|
D | 2-2.c | 47 rc = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
D | 2-3.c | 64 rc = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/external/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 | 29 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()
|
/external/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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
D | 3-1.c | 55 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in a_thread_func()
|
/external/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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/ |
D | 1-1.c | 57 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL); in a_thread_func()
|
/external/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()
|
/external/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