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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 255 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */
355 #define LOCK_INIT() SIMPLELOCK_INIT(_malloc_lock)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 225 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */
325 #define LOCK_INIT() SIMPLELOCK_INIT(_malloc_lock)
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 255 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */
355 #define LOCK_INIT() SIMPLELOCK_INIT(_malloc_lock)
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 733 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */
815 #define LOCK_INIT() SIMPLELOCK_INIT(_malloc_lock)
    [all...]

Completed in 123 milliseconds