Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitExecAllocator.c279 SLJIT_ALLOCATOR_UNLOCK(); in sljit_malloc_exec()
288 SLJIT_ALLOCATOR_UNLOCK(); in sljit_malloc_exec()
315 SLJIT_ALLOCATOR_UNLOCK(); in sljit_malloc_exec()
361 SLJIT_ALLOCATOR_UNLOCK(); in sljit_free_exec()
384 SLJIT_ALLOCATOR_UNLOCK(); in sljit_free_unused_memory_exec()
DsljitProtExecAllocator.c349 SLJIT_ALLOCATOR_UNLOCK(); in sljit_malloc_exec()
360 SLJIT_ALLOCATOR_UNLOCK(); in sljit_malloc_exec()
394 SLJIT_ALLOCATOR_UNLOCK(); in sljit_malloc_exec()
443 SLJIT_ALLOCATOR_UNLOCK(); in sljit_free_exec()
468 SLJIT_ALLOCATOR_UNLOCK(); in sljit_free_unused_memory_exec()
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