Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/detail/
Dinternals.h263 struct gil_scoped_acquire_local { in get_internals() struct
264 gil_scoped_acquire_local() : state (PyGILState_Ensure()) {} in get_internals() function
265 ~gil_scoped_acquire_local() { PyGILState_Release(state); } in get_internals() argument