Home
last modified time | relevance | path

Searched refs:waitflag (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Python/
H A Dthread_nt.h353 PyThread_acquire_lock(PyThread_type_lock aLock, int waitflag) in PyThread_acquire_lock() argument
355 return PyThread_acquire_lock_timed(aLock, waitflag ? -1 : 0, 0); in PyThread_acquire_lock()
H A Dthread_pthread.h749 PyThread_acquire_lock(PyThread_type_lock lock, int waitflag) in PyThread_acquire_lock() argument
751 return PyThread_acquire_lock_timed(lock, waitflag ? -1 : 0, /*intr_flag=*/0); in PyThread_acquire_lock()

Completed in 3 milliseconds