Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dceval_gil.h105 static void create_gil(struct _gil_runtime_state *gil) in create_gil() function
140 create_gil(gil); in recreate_gil()
Dceval.c285 create_gil(gil); in _PyEval_InitGIL()