Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCEL_ENABLE (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D2-1-buildonly.c17 #ifndef PTHREAD_CANCEL_ENABLE
18 #error PTHREAD_CANCEL_ENABLE not defined
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_cancel.c11 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel()
84 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
Dpthread_join.c17 if (cs == PTHREAD_CANCEL_ENABLE) __pthread_setcancelstate(cs, 0); in __pthread_timedjoin_np()
/third_party/musl/src/thread/
Dpthread_cancel.c11 if (self->canceldisable == PTHREAD_CANCEL_ENABLE || self->cancelasync) in __cancel()
96 if (t->canceldisable == PTHREAD_CANCEL_ENABLE && t->cancelasync) in pthread_cancel()
Dpthread_join.c15 if (cs == PTHREAD_CANCEL_ENABLE) __pthread_setcancelstate(cs, 0); in __pthread_timedjoin_np()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-3.c67 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_function()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
D1-1.c42 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D1-1.c50 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
D1-3.c57 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/third_party/ltp/testcases/kernel/crypto/
Daf_alg02.c62 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in run()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/
D1-1.c53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
D2-1.c52 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
D1-2.c56 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/
D1-2.c53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/
D1-1.c56 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
D3-1.c47 err = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/third_party/glslang/glslang/OSDependent/Unix/
Dossource.cpp85 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_cancel_state); in OS_CleanupThreadData()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_atfork.c77 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in pthread_atfork_0100()
/third_party/musl/libc-test/src/regression/
Dpthread_cancel-sem_wait.c21 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, 0); in wait_cancel()
/third_party/ffmpeg/compat/
Dw32pthreads.h66 #define PTHREAD_CANCEL_ENABLE 1 macro
/third_party/musl/libc-test/src/functional/
Dpthread_cancel-points.c118 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, 0); in run_execute()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D3-2.c119 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &tmp))) { in deadlk_issue()
D1-2.c113 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &tmp))) { in deadlk_issue()
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h64 #define PTHREAD_CANCEL_ENABLE 0 macro
/third_party/musl/include/
Dpthread.h64 #define PTHREAD_CANCEL_ENABLE 0 macro

12