Searched refs:gil_scoped_acquire_local (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h239 struct gil_scoped_acquire_local { struct
240 gil_scoped_acquire_local() : state (PyGILState_Ensure()) {} function in struct:gil_scoped_acquire_local
241 ~gil_scoped_acquire_local() { PyGILState_Release(state); }

Completed in 6 milliseconds