/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
D | 2-1-buildonly.c | 17 #ifndef PTHREAD_CANCEL_ENABLE 18 #error PTHREAD_CANCEL_ENABLE not defined
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_cancel.c | 11 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel() 84 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
|
D | pthread_join.c | 17 if (cs == PTHREAD_CANCEL_ENABLE) __pthread_setcancelstate(cs, 0); in __pthread_timedjoin_np()
|
/third_party/musl/src/thread/ |
D | pthread_cancel.c | 11 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel() 96 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
|
D | pthread_join.c | 15 if (cs == PTHREAD_CANCEL_ENABLE) __pthread_setcancelstate(cs, 0); in __pthread_timedjoin_np()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 1-3.c | 67 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_function()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/ |
D | 1-1.c | 42 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | 1-1.c | 50 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
|
D | 1-3.c | 57 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
|
/third_party/ltp/testcases/kernel/crypto/ |
D | af_alg02.c | 62 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/ |
D | 1-1.c | 53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
|
D | 2-1.c | 52 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
|
D | 1-2.c | 56 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
D | 1-2.c | 53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/ |
D | 1-1.c | 56 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
D | 3-1.c | 47 err = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
|
/third_party/glslang/glslang/OSDependent/Unix/ |
D | ossource.cpp | 85 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_cancel_state); in OS_CleanupThreadData()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_atfork.c | 77 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in pthread_atfork_0100()
|
/third_party/musl/libc-test/src/regression/ |
D | pthread_cancel-sem_wait.c | 21 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, 0); in wait_cancel()
|
/third_party/ffmpeg/compat/ |
D | w32pthreads.h | 66 #define PTHREAD_CANCEL_ENABLE 1 macro
|
/third_party/musl/libc-test/src/functional/ |
D | pthread_cancel-points.c | 118 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, 0); in run_execute()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
D | 3-2.c | 119 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &tmp))) { in deadlk_issue()
|
D | 1-2.c | 113 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &tmp))) { in deadlk_issue()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 64 #define PTHREAD_CANCEL_ENABLE 0 macro
|
/third_party/musl/include/ |
D | pthread.h | 64 #define PTHREAD_CANCEL_ENABLE 0 macro
|