Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Djoin.h22 int drop_gil = 1; in STRINGLIB() local
85 drop_gil = 0; in STRINGLIB()
118 drop_gil = 0; /* Benefits are likely outweighed by the overheads */ in STRINGLIB()
120 if (drop_gil) { in STRINGLIB()
146 if (drop_gil) { in STRINGLIB()
/third_party/python/Python/
Dceval_gil.h144 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil() function
302 drop_gil(ceval, ceval2, tstate); in take_gil()
Dceval.c435 drop_gil(ceval, ceval2, tstate); in PyEval_ReleaseLock()
443 drop_gil(ceval, ceval2, tstate); in _PyEval_ReleaseLock()
475 drop_gil(ceval, ceval2, tstate); in PyEval_ReleaseThread()
538 drop_gil(ceval, ceval2, tstate); in PyEval_SaveThread()
1185 drop_gil(ceval, ceval2, tstate); in eval_frame_handle_pending()