Searched refs:drop_gil (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Objects/stringlib/ |
D | join.h | 22 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/ |
D | ceval_gil.h | 144 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil() function 302 drop_gil(ceval, ceval2, tstate); in take_gil()
|
D | ceval.c | 435 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()
|