Home
last modified time | relevance | path

Searched refs:HEAD_UNLOCK (Results 1 – 1 of 1) 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 …]