Searched refs:pthread_setcancelstate (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_setcancelstate.c2 * pthread_setcancelstate.c
42 pthread_setcancelstate (int state, int *oldstate) function
125 } /* pthread_setcancelstate */
H A DMakefile105 pthread_setcancelstate.obj \
243 pthread_setcancelstate.c \
H A Dpthread.h628 * pthread_setcancelstate paramters
959 PTW32_DLLPORT int PTW32_CDECL pthread_setcancelstate (int state,
/external/valgrind/main/none/tests/
H A Dpth_cancel1.c24 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) != 0)
26 perror("pthread_setcancelstate");
/external/bison/lib/
H A Derror.c298 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
323 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
358 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
391 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread_posix.cc152 result = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc134 result = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
/external/lldb/source/Host/common/
H A DHost.cpp119 int err = ::pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &m_old_state);
130 ::pthread_setcancelstate (m_old_state, 0);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1058 #define pthread_setcancelstate PTHREAD_SETCANCELSTATE macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1058 #define pthread_setcancelstate PTHREAD_SETCANCELSTATE macro

Completed in 1386 milliseconds