Searched refs:allocator_mutex (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitUtils.c69 static HANDLE allocator_mutex = 0; variable
74 if (!allocator_mutex)
75 allocator_mutex = CreateMutex(NULL, TRUE, NULL);
77 WaitForSingleObject(allocator_mutex, INFINITE);
82 ReleaseMutex(allocator_mutex);
113 static pthread_mutex_t allocator_mutex = PTHREAD_MUTEX_INITIALIZER; variable
117 pthread_mutex_lock(&allocator_mutex);
122 pthread_mutex_unlock(&allocator_mutex);

Completed in 161 milliseconds