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

  /external/compiler-rt/test/tsan/
cond_cancel.c 31 pthread_cancel(th);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cancel.c 2 * pthread_cancel.c
75 pthread_cancel (pthread_t thread) function
119 * (pthread_cancel is required to be an async-cancel
Makefile 108 pthread_cancel.obj \
246 pthread_cancel.c
pthread.h 957 PTW32_DLLPORT int PTW32_CDECL pthread_cancel (pthread_t thread);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 35 #define pthread_cancel(thread) terminate_thread(thread,0) macro
57 #define pthread_cancel(thread) DosKillThread(thread) macro
  /external/libvpx/libvpx/vp8/common/
threading.h 35 #define pthread_cancel(thread) terminate_thread(thread,0) macro
57 #define pthread_cancel(thread) DosKillThread(thread) macro
  /external/bison/lib/glthread/
lock.h 147 # pragma weak pthread_cancel macro
148 # define pthread_in_use() (pthread_cancel != NULL)
    [all...]
  /external/lldb/source/Host/common/
Host.cpp 612 int err = ::pthread_cancel (thread);
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.cpp 647 err.SetError(::pthread_cancel(m_exception_thread), DNBError::POSIX);
649 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1003 #define pthread_cancel macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1003 #define pthread_cancel macro
    [all...]

Completed in 362 milliseconds