Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_virtual_functions.cpp162 static void test_gil() { in test_gil() function
179 std::thread t(test_gil); in test_gil_from_thread()
477 m.def("test_gil", &test_gil); in initialize_inherited_virtuals()
Dtest_virtual_functions.py376 m.test_gil()
/external/python/cpython3/Lib/test/
Dtest_hashlib.py799 def test_gil(self): member in HashLibTestCase