Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpystate.c121 #define FREE_LOCK(LOCK) \ in _PyRuntimeState_Fini() macro
127 FREE_LOCK(runtime->interpreters.mutex); in _PyRuntimeState_Fini()
128 FREE_LOCK(runtime->xidregistry.mutex); in _PyRuntimeState_Fini()
129 FREE_LOCK(runtime->unicode_ids.lock); in _PyRuntimeState_Fini()
131 #undef FREE_LOCK in _PyRuntimeState_Fini()