Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dthread_solaris.h89 if (mutex_init(lock, USYNC_THREAD, 0)) { in PyThread_allocate_lock()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_solaris.cpp217 CHECK_EQ(mutex_init((mutex_t *)&opaque_storage_, USYNC_THREAD, NULL), 0); in BlockingMutex()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py776 USYNC_THREAD = 0x00 variable
DSTROPTS.py773 USYNC_THREAD = 0x00 variable