HomeSort by relevance Sort by last modified time
    Searched refs:PTHREAD_CANCEL_ASYNCHRONOUS (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_setcanceltype.c 57 * PTHREAD_CANCEL_ASYNCHRONOUS
89 && type != PTHREAD_CANCEL_ASYNCHRONOUS))
110 && type == PTHREAD_CANCEL_ASYNCHRONOUS
pthread_setcancelstate.c 109 && sp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS
pthread_cancel.c 131 if (tp->cancelType == PTHREAD_CANCEL_ASYNCHRONOUS
pthread.h 636 PTHREAD_CANCEL_ASYNCHRONOUS = 0,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_systhread.c 91 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS
94 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate);
112 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_systhread.c 117 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS
120 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate);
137 #ifdef PTHREAD_CANCEL_ASYNCHRONOUS
  /external/valgrind/main/none/tests/
pth_cancel1.c 18 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pthread.h 204 PTHREAD_CANCEL_ASYNCHRONOUS
205 #define PTHREAD_CANCEL_ASYNCHRONOUS PTHREAD_CANCEL_ASYNCHRONOUS
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 204 PTHREAD_CANCEL_ASYNCHRONOUS
205 #define PTHREAD_CANCEL_ASYNCHRONOUS PTHREAD_CANCEL_ASYNCHRONOUS
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
thread_posix.cc 156 result = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 139 result = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);

Completed in 642 milliseconds