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.c93 #define HEAD_UNLOCK() PyThread_release_lock(_PyRuntime.interpreters.mutex) macro
185 HEAD_UNLOCK(); in PyInterpreterState_New()
200 HEAD_UNLOCK(); in PyInterpreterState_Clear()
254 HEAD_UNLOCK(); in PyInterpreterState_Delete()
421 HEAD_UNLOCK(); in new_threadstate()
620 HEAD_UNLOCK(); in tstate_delete_common()
685 HEAD_UNLOCK(); in _PyThreadState_DeleteExcept()
796 HEAD_UNLOCK(); in PyThreadState_SetAsyncExc()
802 HEAD_UNLOCK(); in PyThreadState_SetAsyncExc()
876 HEAD_UNLOCK(); in _PyThread_CurrentFrames()
[all …]