Home
last modified time | relevance | path

Searched refs:pth_mutex_acquire (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dthread_pth.h131 status = pth_mutex_acquire(&thelock->mut, !waitflag, NULL); in PyThread_acquire_lock()
143 status = pth_mutex_acquire( &thelock->mut, !waitflag, NULL ); in PyThread_acquire_lock()
167 status = pth_mutex_acquire( &thelock->mut, 0, NULL ); in PyThread_release_lock()
/external/bison/lib/glthread/
Dlock.h394 # pragma weak pth_mutex_acquire macro
422 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
461 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)