Searched refs:PythonGILHooks (Results 1 – 3 of 3) sorted by relevance
28 struct C10_API PythonGILHooks { struct29 virtual ~PythonGILHooks() = default;35 C10_API void SetPythonGILHooks(PythonGILHooks* factory);40 explicit PythonGILHooksRegisterer(PythonGILHooks* factory) { in PythonGILHooksRegisterer()
8 PythonGILHooks* python_gil_hooks = nullptr;22 void SetPythonGILHooks(PythonGILHooks* hooks) { in SetPythonGILHooks()
10 struct DummyPythonGILHooks : public PythonGILHooks {