Home
last modified time | relevance | path

Searched refs:pthread_setcancelstate (Results 1 – 25 of 27) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dtestfrmw.c49 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate); in output()
62 pthread_setcancelstate(oldstate, NULL); in output()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D3-2.c119 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &tmp))) { in deadlk_issue()
133 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &tmp))) { in deadlk_issue()
D1-2.c113 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &tmp))) { in deadlk_issue()
127 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &tmp))) { in deadlk_issue()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
Dcoverage.txt1 This document defines the coverage for the pthread_setcancelstate function:
D3-1.c34 ret = pthread_setcancelstate(-100, NULL); in a_thread_func()
D1-2.c41 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in a_thread_func()
D1-1.c42 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/external/compiler-rt/test/msan/
Dpthread_setcancelstate.cc10 int res = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-3.c67 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_function()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/
D2-1.c37 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in a_thread_func()
D1-1.c56 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D1-2.c51 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in a_thread_func()
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()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/
D1-2.c53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/
D2-1.c52 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
D1-1.c53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
D1-2.c56 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
D3-1.c47 err = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in a_thread_func()
/external/deqp-deps/glslang/glslang/OSDependent/Unix/
Dossource.cpp82 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_cancel_state); in OS_CleanupThreadData()
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.threads50 pthread_setcancelstate YES HIGH
/external/libpcap/rpcapd/
Drpcapd.c1182 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL)) in accept_connection()
Ddaemon.c2282 retval = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in daemon_thrdatamain()
/external/ImageMagick/MagickCore/
Dvms.h839 #define pthread_setcancelstate PTHREAD_SETCANCELSTATE macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc5521 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) {
5523 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate);
5524 int res = REAL(pthread_setcancelstate)(state, oldstate);
5539 COMMON_INTERCEPT_FUNCTION(pthread_setcancelstate); \

12