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

  /external/python/cpython3/Include/internal/
ceval.h 17 Guarded by the GIL. */
28 #include "internal/gil.h"
41 /* Request for dropping the GIL */
44 struct _gil_runtime_state gil; member in struct:_ceval_runtime_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 341 PyGILState_STATE gil; local
345 gil = PyGILState_Ensure();
349 PyGILState_Release(gil);
    [all...]
  /external/python/cpython3/Objects/
object.c 456 PyGILState_STATE gil; local
461 gil = PyGILState_Ensure();
468 PyGILState_Release(gil);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 341 PyGILState_STATE gil; local
345 gil = PyGILState_Ensure();
349 PyGILState_Release(gil);
    [all...]
  /external/python/cpython2/Objects/
object.c 341 PyGILState_STATE gil; local
345 gil = PyGILState_Ensure();
349 PyGILState_Release(gil);
    [all...]

Completed in 211 milliseconds