HomeSort by relevance Sort by last modified time
    Searched defs:PyThreadState_Get (Results 1 - 3 of 3) 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();

Completed in 1625 milliseconds