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/compiler-rt/test/msan/ |
D | pthread_setcancelstate.cc | 10 int res = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate); in main()
|
/external/valgrind/none/tests/ |
D | pth_cancel1.c | 24 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) != 0) in thread_main()
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 1058 #define pthread_setcancelstate PTHREAD_SETCANCELSTATE macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 5214 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) { 5216 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate); 5217 int res = REAL(pthread_setcancelstate)(state, oldstate); 5232 COMMON_INTERCEPT_FUNCTION(pthread_setcancelstate); \
|
/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
|