Searched refs:allocator_mutex (Results 1 – 1 of 1) sorted by relevance
69 static HANDLE allocator_mutex = 0; variable74 if (!allocator_mutex) in allocator_grab_lock()75 allocator_mutex = CreateMutex(NULL, TRUE, NULL); in allocator_grab_lock()77 WaitForSingleObject(allocator_mutex, INFINITE); in allocator_grab_lock()82 ReleaseMutex(allocator_mutex); in allocator_release_lock()113 static pthread_mutex_t allocator_mutex = PTHREAD_MUTEX_INITIALIZER; variable117 pthread_mutex_lock(&allocator_mutex); in allocator_grab_lock()122 pthread_mutex_unlock(&allocator_mutex); in allocator_release_lock()
Completed in 5 milliseconds