Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
Dofl.c7 FILE **__ofl_lock() in __ofl_lock() function
Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add()
Dfclose.c28 FILE **head = __ofl_lock(); in fclose()
D__stdio_exit.c19 for (f=*__ofl_lock(); f; f=f->next) close_file(f); in __stdio_exit()
Dfflush.c15 for (f=*__ofl_lock(); f; f=f->next) { in fflush()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dofl.c19 FILE **__ofl_lock() in __ofl_lock() function
Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add()
Dfclose.c26 FILE **head = __ofl_lock(); in __fclose()
Dfflush.c15 for (f=*__ofl_lock(); f; f=f->next) { in __fflush()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dofl.c19 FILE **__ofl_lock() in __ofl_lock() function
Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add()
Dfclose.c26 FILE **head = __ofl_lock(); in __fclose()
Dfflush.c15 for (f=*__ofl_lock(); f; f=f->next) { in __fflush()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dofl.c19 FILE **__ofl_lock() in __ofl_lock() function
Dofl_add.c5 FILE **head = __ofl_lock(); in __ofl_add()
Dfclose.c26 FILE **head = __ofl_lock(); in fclose()
Dfflush.c15 for (f=*__ofl_lock(); f; f=f->next) { in fflush()
/third_party/musl/porting/liteos_a/user/src/stdio/
D__stdio_exit.c18 for (f=*__ofl_lock(); f; f=f->next) close_file(f); in __stdio_exit()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h61 hidden FILE **__ofl_lock(void);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h61 hidden FILE **__ofl_lock(void);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h83 hidden FILE **__ofl_lock(void);
/third_party/musl/src/internal/
Dstdio_impl.h87 hidden FILE **__ofl_lock(void);
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c49 for (FILE *f=*__ofl_lock(); f; f=f->next) in __init_tp()
/third_party/musl/src/thread/
Dpthread_create.c246 for (FILE *f=*__ofl_lock(); f; f=f->next) in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c324 for (FILE *f=*__ofl_lock(); f; f=f->next) in __pthread_create()