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

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dallocate.c10 static pthread_rwlock_t allocation_lock = PTHREAD_RWLOCK_INITIALIZER; variable
14 pthread_rwlock_rdlock(&allocation_lock);
20 pthread_rwlock_wrlock(&allocation_lock);
24 pthread_rwlock_unlock(&allocation_lock);

Completed in 28 milliseconds