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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 258 #define SIMPLELOCK_UNLOCK(lock) /* release acquired lock */
354 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 228 #define SIMPLELOCK_UNLOCK(lock) /* release acquired lock */
324 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 258 #define SIMPLELOCK_UNLOCK(lock) /* release acquired lock */
354 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
    [all...]

Completed in 145 milliseconds