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

  /external/python/cpython3/Python/
condvar.h 13 * PyCOND_TIMEDWAIT, in addition to returning negative on error,
92 PyCOND_TIMEDWAIT(PyCOND_T *cond, PyMUTEX_T *mut, long long us)
273 PyCOND_TIMEDWAIT(PyCOND_T *cv, PyMUTEX_T *cs, long long us)
366 PyCOND_TIMEDWAIT(PyCOND_T *cv, PyMUTEX_T *cs, long long us)
ceval_gil.h 96 int r = PyCOND_TIMEDWAIT(&(cond), &(mut), (microseconds)); \
thread_nt.h 80 if (PyCOND_TIMEDWAIT(&mutex->cv, &mutex->cs, (long long)milliseconds*1000) < 0) {

Completed in 158 milliseconds