Home
last modified time | relevance | path

Searched defs:gil_state (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc125 PyGILState_STATE gil_state = PyGILState_Ensure(); in Start() local
159 PyGILState_STATE gil_state = PyGILState_Ensure(); in Stop() local
210 PyGILState_STATE gil_state = PyGILState_Ensure(); in Finalize() local
/external/python/cpython3/Modules/
D_tracemalloc.c753 PyGILState_STATE gil_state; in tracemalloc_raw_alloc() local
795 PyGILState_STATE gil_state; in tracemalloc_raw_realloc() local
1734 PyGILState_STATE gil_state; in PyTraceMalloc_Track() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp559 auto gil_state = PyGILState_Ensure(); in ~ScriptInterpreterPythonImpl() local