Home
last modified time | relevance | path

Searched refs:USE_SEMAPHORES (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Python/
Dthread_pthread.h80 # define USE_SEMAPHORES macro
82 # undef USE_SEMAPHORES
250 #ifdef USE_SEMAPHORES
/external/python/cpython3/Python/
Dthread_pthread.h75 # define USE_SEMAPHORES macro
77 # undef USE_SEMAPHORES
273 #ifdef USE_SEMAPHORES
Dthread.c196 #ifdef USE_SEMAPHORES in PyThread_GetInfo()