Home
last modified time | relevance | path

Searched refs:PyCOND_SIGNAL (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Python/
H A Dcondvar.h20 * 1) While PyCOND_SIGNAL() will wake up at least one thread, we
24 * including the thread doing the PyCOND_SIGNAL() itself.
30 * 2) The _mutex_ must be held when calling PyCOND_SIGNAL() and
63 #define PyCOND_SIGNAL(cond) pthread_cond_signal(cond) macro
174 /* Here we have a benign race condition with PyCOND_SIGNAL. in _PyCOND_WAIT_MS()
176 * PyCOND_SIGNAL also decrements this value in _PyCOND_WAIT_MS()
205 PyCOND_SIGNAL(PyCOND_T *cv) in PyCOND_SIGNAL() function
207 /* this test allows PyCOND_SIGNAL to be a no-op unless required in PyCOND_SIGNAL()
291 PyCOND_SIGNAL(PyCOND_T *cv) in PyCOND_SIGNAL() function
H A Dceval_gil.h74 if (PyCOND_SIGNAL(&(cond))) { \
75 Py_FatalError("PyCOND_SIGNAL(" #cond ") failed"); };
H A Dthread_nt.h112 result = !PyCOND_SIGNAL(&mutex->cv); in LeaveNonRecursiveMutex()

Completed in 2 milliseconds