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

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dofl.c8 static mtx_t ofl_lock; variable
10 FILE** __ofl_lock(void) __TA_ACQUIRE(ofl_lock) {
11 mtx_lock(&ofl_lock);
15 void __ofl_unlock(void) __TA_RELEASE(ofl_lock) {
16 mtx_unlock(&ofl_lock);

Completed in 24 milliseconds