Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/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
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c1478 #define RELEASE_LOCK(l) pthread_mutex_unlock(l) macro
1516 #define RELEASE_LOCK(l) win32_release_lock(l) macro