Home
last modified time | relevance | path

Searched refs:PTHREAD_CANCEL_ASYNCHRONOUS (Results 1 – 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
DSDL_systhread.c117 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS in SDL_SYS_SetupThread()
120 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in SDL_SYS_SetupThread()
137 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS in SDL_SYS_KillThread()
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
DSDL_systhread.c91 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS in SDL_SYS_SetupThread()
94 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in SDL_SYS_SetupThread()
112 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS in SDL_SYS_KillThread()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_setcanceltype.c89 && type != PTHREAD_CANCEL_ASYNCHRONOUS)) in pthread_setcanceltype()
110 && type == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_setcanceltype()
Dpthread_setcancelstate.c109 && sp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_setcancelstate()
Dpthread_cancel.c131 if (tp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS in pthread_cancel()
Dpthread.h636 PTHREAD_CANCEL_ASYNCHRONOUS = 0, enumerator
/external/valgrind/main/none/tests/
Dpth_cancel1.c18 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL) != 0) in thread_main()
/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc139 result = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in Construct()