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

/gem5/ext/pybind11/tests/
H A Dcross_module_gil_utils.cpp23 void gil_acquire() { py::gil_scoped_acquire gil; } local
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp224 py::gil_scoped_acquire gil{};
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h243 } gil; local
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h2016 gil_scoped_acquire gil; local
2095 pybind11::gil_scoped_acquire gil; \
2109 from the Python side, deals with the :ref:`gil` and necessary argument conversions to call this method and return
2138 from the Python side, deals with the :ref:`gil` and necessary argument conversions to call this method and return

Completed in 17 milliseconds