Searched refs:pthread_setcancelstate (Results 1 – 7 of 7) sorted by relevance
/external/bison/lib/ |
D | error.c | 298 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error() 323 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error() 357 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), in error_at_line() 390 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); in error_at_line()
|
/external/valgrind/none/tests/ |
D | pth_cancel1.c | 24 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) != 0) in thread_main()
|
/external/webrtc/src/system_wrappers/source/ |
D | thread_posix.cc | 134 result = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in Construct()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 119 int err = ::pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler() 130 ::pthread_setcancelstate (m_old_state, 0); in ~ScopedPThreadCancelDisabler()
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 1058 #define pthread_setcancelstate PTHREAD_SETCANCELSTATE macro
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2637 fun:pthread_setcancelstate=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1278 PUBLIC e7410 0 pthread_setcancelstate
|