Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dceval_gil.h100 static int gil_created(struct _gil_runtime_state *gil) in gil_created() function
236 assert(gil_created(gil)); in take_gil()
H A Dceval.c353 return gil_created(&runtime->ceval.gil); in _PyEval_ThreadsInitialized()
374 assert(!gil_created(gil)); in _PyEval_InitGIL()
381 assert(gil_created(gil)); in _PyEval_InitGIL()
396 if (!gil_created(gil)) { in _PyEval_FiniGIL()
403 assert(!gil_created(gil)); in _PyEval_FiniGIL()
489 if (!gil_created(gil)) { in _PyEval_ReInitThreads()
525 assert(gil_created(&ceval->gil)); in PyEval_SaveThread()

Completed in 12 milliseconds