Home
last modified time | relevance | path

Searched defs:RELEASE_LOCK (Results 1 – 7 of 7) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DThreadLocalBufferManager.java26 private final Object RELEASE_LOCK = new Object(); field in ThreadLocalBufferManager
/external/python/cpython2/Modules/
Dbz2module.c70 #define RELEASE_LOCK(obj) PyThread_release_lock(obj->lock) macro
73 #define RELEASE_LOCK(obj) macro
/external/python/cpython3/Modules/
D_bz2module.c81 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock) macro
D_lzmamodule.c78 #define RELEASE_LOCK(obj) PyThread_release_lock((obj)->lock) macro
/external/dlmalloc/
Dmalloc.c1890 #define RELEASE_LOCK(sl) CLEAR_LOCK(sl) macro
1966 #define RELEASE_LOCK(lk) recursive_release_lock(lk) macro
1976 #define RELEASE_LOCK(lk) LeaveCriticalSection(lk) macro
2005 #define RELEASE_LOCK(lk) pthread_mutex_unlock(lk) macro
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1448 #define RELEASE_LOCK(l) pthread_mutex_unlock(l) macro
1460 #define RELEASE_LOCK(l) DosReleaseMutexSem(*l) macro
1492 #define RELEASE_LOCK(l) win32_release_lock(l) macro
/external/libffi/src/
Ddlmalloc.c1448 #define RELEASE_LOCK(l) pthread_mutex_unlock(l) macro
1460 #define RELEASE_LOCK(l) DosReleaseMutexSem(*l) macro
1492 #define RELEASE_LOCK(l) win32_release_lock(l) macro