Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DDeadlockDetection.cpp8 PythonGILHooks* python_gil_hooks = nullptr; variable
16 if (!python_gil_hooks) { in check_python_gil()
19 return python_gil_hooks->check_python_gil(); in check_python_gil()
26 TORCH_INTERNAL_ASSERT(!hooks || !python_gil_hooks); in SetPythonGILHooks()
27 python_gil_hooks = hooks; in SetPythonGILHooks()