HomeSort by relevance Sort by last modified time
    Searched refs:take_gil (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Python/
ceval_gil.h 207 static void take_gil(PyThreadState *tstate) function
211 Py_FatalError("take_gil: NULL tstate");
ceval.c 232 take_gil(PyThreadState_GET());
253 take_gil(tstate);
274 take_gil(tstate);
306 take_gil(current_tstate);
368 take_gil(tstate);
    [all...]

Completed in 60 milliseconds