Home
last modified time | relevance | path

Searched refs:PTW32_EPS_EXIT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_throw.c79 if (exception != PTW32_EPS_CANCEL && exception != PTW32_EPS_EXIT) in ptw32_throw()
101 case PTW32_EPS_EXIT: in ptw32_throw()
149 case PTW32_EPS_EXIT: in ptw32_throw()
Dptw32_threadStart.c204 case PTW32_EPS_EXIT: in ptw32_threadStart()
235 case PTW32_EPS_EXIT: in ptw32_threadStart()
Dpthread_exit.c102 ptw32_throw (PTW32_EPS_EXIT); in pthread_exit()
Dimplement.h562 #define PTW32_EPS_EXIT (1) macro