Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c258 #define SIMPLELOCK_UNLOCK(lock) /* release acquired lock */ macro
354 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)
/external/python/cpython3/Objects/
Dobmalloc.c891 #define SIMPLELOCK_UNLOCK(lock) /* release acquired lock */ macro
969 #define UNLOCK() SIMPLELOCK_UNLOCK(_malloc_lock)