Searched defs:pth_in_use (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/glthread/
H A Dlock.h402 # define pth_in_use() (pth_cancel != NULL) macro
406 # define pth_in_use() 1 macro
420 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
422 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
424 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
438 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
440 (pth_in_use () && !pth_rwlock_acquire (LOCK, PTH_RWLOCK_RD, 0, NULL) ? errno : 0)
442 (pth_in_use () && !pth_rwlock_acquire (LOCK, PTH_RWLOCK_RW, 0, NULL) ? errno : 0)
444 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
459 (pth_in_use ()
[all...]

Completed in 132 milliseconds