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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 256 #define SIMPLELOCK_FINI(lock) /* free/destroy an existing lock */
356 #define LOCK_FINI() SIMPLELOCK_FINI(_malloc_lock)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 226 #define SIMPLELOCK_FINI(lock) /* free/destroy an existing lock */
326 #define LOCK_FINI() SIMPLELOCK_FINI(_malloc_lock)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 256 #define SIMPLELOCK_FINI(lock) /* free/destroy an existing lock */
356 #define LOCK_FINI() SIMPLELOCK_FINI(_malloc_lock)
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 734 #define SIMPLELOCK_FINI(lock) /* free/destroy an existing lock */
816 #define LOCK_FINI() SIMPLELOCK_FINI(_malloc_lock)
    [all...]

Completed in 130 milliseconds