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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_solaris.h 89 if (mutex_init(lock, USYNC_THREAD, 0)) {
  /external/python/cpython2/Python/
thread_solaris.h 89 if (mutex_init(lock, USYNC_THREAD, 0)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 87 # define xmutex_init(m) mutex_init(m,USYNC_THREAD,0)
91 # define xcondition_init(cv) cond_init(cv,USYNC_THREAD,0)
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 776 USYNC_THREAD = 0x00
STROPTS.py 773 USYNC_THREAD = 0x00
    [all...]

Completed in 83 milliseconds