HomeSort by relevance Sort by last modified time
    Searched defs:PyThreadState_Get (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 327 PyThreadState_Get(void)
330 Py_FatalError("PyThreadState_Get: no current thread");
393 PyThreadState *tstate = PyThreadState_GET();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 325 PyThreadState_Get(void)
328 Py_FatalError("PyThreadState_Get: no current thread");
391 PyThreadState *tstate = PyThreadState_GET();
  /external/python/cpython2/Python/
pystate.c 327 PyThreadState_Get(void)
330 Py_FatalError("PyThreadState_Get: no current thread");
393 PyThreadState *tstate = PyThreadState_GET();
  /external/python/cpython3/Python/
pystate.c 516 PyThreadState_Get(void)
520 Py_FatalError("PyThreadState_Get: no current thread");

Completed in 83 milliseconds