Home
last modified time | relevance | path

Searched refs:SIMPLELOCK_INIT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dobmalloc.c255 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */ macro
355 #define LOCK_INIT() SIMPLELOCK_INIT(_malloc_lock)
/external/python/cpython3/Objects/
Dobmalloc.c888 #define SIMPLELOCK_INIT(lock) /* allocate (if needed) and initialize */ macro
970 #define LOCK_INIT() SIMPLELOCK_INIT(_malloc_lock)