Searched refs:SetPythonGILHooks (Results 1 – 3 of 3) sorted by relevance
19 SetPythonGILHooks(&hooks); in TEST()21 SetPythonGILHooks(nullptr); in TEST()28 SetPythonGILHooks(&hooks); in TEST()29 SetPythonGILHooks(&hooks); in TEST()
35 C10_API void SetPythonGILHooks(PythonGILHooks* factory);41 SetPythonGILHooks(factory); in PythonGILHooksRegisterer()44 SetPythonGILHooks(nullptr); in ~PythonGILHooksRegisterer()
22 void SetPythonGILHooks(PythonGILHooks* hooks) { in SetPythonGILHooks() function