Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/stdio/
H A Dofl.c11 static volatile int ofl_lock[1]; variable
12 volatile int *const __stdio_ofl_lockptr = ofl_lock;
16 LOCK(ofl_lock); in __ofl_lock()
22 UNLOCK(ofl_lock); in __ofl_unlock()
31 LOCK(ofl_lock); in __ofl_alloc()
35 UNLOCK(ofl_lock); in __ofl_alloc()
39 UNLOCK(ofl_lock); in __ofl_alloc()
47 LOCK(ofl_lock); in __ofl_alloc()
57 UNLOCK(ofl_lock); in __ofl_alloc()
63 LOCK(ofl_lock); in __ofl_free()
[all...]
/third_party/musl/src/stdio/
H A Dofl.c11 static volatile int ofl_lock[1]; variable
12 volatile int *const __stdio_ofl_lockptr = ofl_lock;
16 LOCK(ofl_lock); in __ofl_lock()
26 UNLOCK(ofl_lock); in __ofl_unlock()
39 LOCK(ofl_lock); in __ofl_alloc()
44 UNLOCK(ofl_lock); in __ofl_alloc()
54 UNLOCK(ofl_lock); in __ofl_alloc()
59 UNLOCK(ofl_lock); in __ofl_alloc()
71 LOCK(ofl_lock); in __ofl_alloc()
103 UNLOCK(ofl_lock); in __ofl_alloc()
[all...]

Completed in 1 milliseconds