Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c257 #define SIMPLELOCK_LOCK(lock) /* acquire released lock */ macro
353 #define LOCK() SIMPLELOCK_LOCK(_malloc_lock)
/external/python/cpython3/Objects/
Dobmalloc.c890 #define SIMPLELOCK_LOCK(lock) /* acquire released lock */ macro
968 #define LOCK() SIMPLELOCK_LOCK(_malloc_lock)