Searched refs:allocation_lock (Results 1 – 1 of 1) sorted by relevance
10 static pthread_rwlock_t allocation_lock = PTHREAD_RWLOCK_INITIALIZER; variable14 pthread_rwlock_rdlock(&allocation_lock); in thread_allocation_acquire()20 pthread_rwlock_wrlock(&allocation_lock); in __thread_allocation_inhibit()24 pthread_rwlock_unlock(&allocation_lock); in __thread_allocation_release()
Completed in 2 milliseconds