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.cc149 PyGILState_STATE gil_state = PyGILState_Ensure(); in Start() local
183 PyGILState_STATE gil_state = PyGILState_Ensure(); in Stop() local
220 PyGILState_STATE gil_state = PyGILState_Ensure(); in CollectData() local
236 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
1737 PyGILState_STATE gil_state; in PyTraceMalloc_Track() local
/external/bcc/examples/cpp/pyperf/
DPyPerfType.h98 uint8_t gil_state; member