Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/test/util/
H A DDeadlockDetection_test.cpp19 SetPythonGILHooks(&hooks); in TEST()
21 SetPythonGILHooks(nullptr); in TEST()
28 SetPythonGILHooks(&hooks); in TEST()
29 SetPythonGILHooks(&hooks); in TEST()
/aosp_15_r20/external/pytorch/c10/util/
H A DDeadlockDetection.h35 C10_API void SetPythonGILHooks(PythonGILHooks* factory);
41 SetPythonGILHooks(factory); in PythonGILHooksRegisterer()
44 SetPythonGILHooks(nullptr); in ~PythonGILHooksRegisterer()
H A DDeadlockDetection.cpp22 void SetPythonGILHooks(PythonGILHooks* hooks) { in SetPythonGILHooks() function