Home
last modified time | relevance | path

Searched refs:__ofl_lock (Results 1 - 25 of 31) sorted by relevance

12

/third_party/musl/porting/linux/user/src/stdio/
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add()
H A Dofl.c14 FILE **__ofl_lock() in __ofl_lock() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dofl.c19 FILE **__ofl_lock() in __ofl_lock() function
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add()
H A Dfclose.c26 FILE **head = __ofl_lock(); in __fclose()
H A Dfflush.c15 for (f=*__ofl_lock(); f; f=f->next) { in __fflush()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dofl.c19 FILE **__ofl_lock() in __ofl_lock() function
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add()
H A Dfclose.c26 FILE **head = __ofl_lock(); in fclose()
H A Dfflush.c15 for (f=*__ofl_lock(); f; f=f->next) { in fflush()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dofl.c19 FILE **__ofl_lock() in __ofl_lock() function
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add()
H A Dfclose.c26 FILE **head = __ofl_lock(); in __fclose()
H A Dfflush.c15 for (f=*__ofl_lock(); f; f=f->next) { in __fflush()
/third_party/musl/src/stdio/
H A Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add()
H A D__stdio_exit.c21 for (f=*__ofl_lock(); f; f=f->next) close_file(f); in __stdio_exit()
H A Dfflush.c15 for (f=*__ofl_lock(); f; f=f->next) { in fflush()
H A Dpopen.c39 for (FILE *l = *__ofl_lock(); l; l=l->next) in popen()
H A Dofl.c14 FILE **__ofl_lock() in __ofl_lock() function
/third_party/musl/porting/liteos_a/user/src/stdio/
H A D__stdio_exit.c18 for (f=*__ofl_lock(); f; f=f->next) close_file(f); in __stdio_exit()
H A Dpopen.c39 for (FILE *l = *__ofl_lock(); l; l=l->next) in popen()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h61 hidden FILE **__ofl_lock(void);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h81 hidden FILE **__ofl_lock(void);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h61 hidden FILE **__ofl_lock(void);
/third_party/musl/src/env/
H A D__init_tls.c53 for (FILE *f = *__ofl_lock(); f; f = f->next) in __init_tp()

Completed in 7 milliseconds

12