Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitUtils.c36 #define SLJIT_ALLOCATOR_LOCK() macro
43 #define SLJIT_ALLOCATOR_LOCK() pthread_mutex_lock(&allocator_lock) macro
59 #define SLJIT_ALLOCATOR_LOCK() allocator_grab_lock() macro
DsljitExecAllocator.c276 SLJIT_ALLOCATOR_LOCK(); in sljit_malloc_exec()
346 SLJIT_ALLOCATOR_LOCK(); in sljit_free_exec()
393 SLJIT_ALLOCATOR_LOCK(); in sljit_free_unused_memory_exec()
DsljitProtExecAllocator.c324 SLJIT_ALLOCATOR_LOCK(); in sljit_malloc_exec()
403 SLJIT_ALLOCATOR_LOCK(); in sljit_free_exec()
451 SLJIT_ALLOCATOR_LOCK(); in sljit_free_unused_memory_exec()