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.c163 #define HEAD_UNLOCK(runtime) \ macro
254 HEAD_UNLOCK(runtime); in PyInterpreterState_New()
292 HEAD_UNLOCK(runtime); in PyInterpreterState_Clear()
367 HEAD_UNLOCK(runtime); in PyInterpreterState_Delete()
411 HEAD_UNLOCK(runtime); in _PyInterpreterState_DeleteExceptMain()
469 HEAD_UNLOCK(runtime); in _PyInterpreterState_LookUpID()
629 HEAD_UNLOCK(runtime); in new_threadstate()
856 HEAD_UNLOCK(runtime); in tstate_delete_common()
935 HEAD_UNLOCK(runtime); in _PyThreadState_DeleteExcept()
1089 HEAD_UNLOCK(runtime); in PyThreadState_SetAsyncExc()
[all …]