Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpystate.c34 #define HEAD_UNLOCK() PyThread_release_lock(head_mutex) macro
44 #define HEAD_UNLOCK() /* Nothing */
91 HEAD_UNLOCK(); in PyInterpreterState_New()
105 HEAD_UNLOCK(); in PyInterpreterState_Clear()
144 HEAD_UNLOCK(); in PyInterpreterState_Delete()
204 HEAD_UNLOCK(); in new_threadstate()
291 HEAD_UNLOCK(); in tstate_delete_common()
416 HEAD_UNLOCK(); in PyThreadState_SetAsyncExc()
421 HEAD_UNLOCK(); in PyThreadState_SetAsyncExc()
489 HEAD_UNLOCK(); in _PyThread_CurrentFrames()
[all …]
/external/python/cpython3/Python/
Dpystate.c44 #define HEAD_UNLOCK() PyThread_release_lock(head_mutex) macro
54 #define HEAD_UNLOCK() /* Nothing */ macro
106 HEAD_UNLOCK(); in PyInterpreterState_New()
120 HEAD_UNLOCK(); in PyInterpreterState_Clear()
162 HEAD_UNLOCK(); in PyInterpreterState_Delete()
241 HEAD_UNLOCK(); in new_threadstate()
433 HEAD_UNLOCK(); in tstate_delete_common()
496 HEAD_UNLOCK(); in _PyThreadState_DeleteExcept()
606 HEAD_UNLOCK(); in PyThreadState_SetAsyncExc()
612 HEAD_UNLOCK(); in PyThreadState_SetAsyncExc()
[all …]