Searched refs:se_lock (Results 1 – 1 of 1) sorted by relevance
110 #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
Completed in 5 milliseconds