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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 257 #define SIMPLELOCK_LOCK(lock) /* acquire released lock */
353 #define LOCK() SIMPLELOCK_LOCK(_malloc_lock)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 227 #define SIMPLELOCK_LOCK(lock) /* acquire released lock */
323 #define LOCK() SIMPLELOCK_LOCK(_malloc_lock)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 257 #define SIMPLELOCK_LOCK(lock) /* acquire released lock */
353 #define LOCK() SIMPLELOCK_LOCK(_malloc_lock)
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 890 #define SIMPLELOCK_LOCK(lock) /* acquire released lock */
968 #define LOCK() SIMPLELOCK_LOCK(_malloc_lock)
    [all...]

Completed in 198 milliseconds