Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitUtils.c37 #define SLJIT_ALLOCATOR_UNLOCK() macro
44 #define SLJIT_ALLOCATOR_UNLOCK() pthread_mutex_unlock(&allocator_lock) macro
60 #define SLJIT_ALLOCATOR_UNLOCK() ReleaseMutex(allocator_lock) macro