Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitWXExecAllocator.c110 #define SLJIT_SE_LOCK() pthread_mutex_lock(&se_lock)
111 #define SLJIT_SE_UNLOCK() pthread_mutex_unlock(&se_lock)
121 static pthread_mutex_t se_lock = PTHREAD_MUTEX_INITIALIZER; in sljit_malloc_exec() local