Searched refs:drop_gil (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Objects/stringlib/ |
H A D | join.h | 22 int drop_gil = 1; in bytes_join() local 85 drop_gil = 0; in bytes_join() 118 drop_gil = 0; /* Benefits are likely outweighed by the overheads */ in bytes_join() 120 if (drop_gil) { in bytes_join() 146 if (drop_gil) { in bytes_join()
|
/third_party/python/Python/ |
H A D | ceval_gil.h | 146 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, in drop_gil() function 151 Py_FatalError("drop_gil: GIL is not locked"); in drop_gil() 261 // iteration, reset the request. Otherwise, drop_gil() can in take_gil() 281 see drop_gil(). */ in take_gil() 307 drop_gil(ceval, ceval2, tstate); in take_gil()
|
H A D | ceval.c | 440 drop_gil(ceval, ceval2, tstate); in PyEval_ReleaseLock() 448 drop_gil(ceval, ceval2, tstate); in _PyEval_ReleaseLock() 476 drop_gil(ceval, ceval2, tstate); in PyEval_ReleaseThread() 526 drop_gil(ceval, ceval2, tstate); in PyEval_SaveThread() 1207 drop_gil(ceval, ceval2, tstate); in eval_frame_handle_pending()
|
Completed in 11 milliseconds