Home
last modified time | relevance | path

Searched refs:stdio_locks (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/stdio/
Dftrylockfile.c8 for (f=__pthread_self()->stdio_locks; f; f=f->next_locked) in __do_orphaned_stdio_locks()
17 else __pthread_self()->stdio_locks = f->next_locked; in __unlist_locked_file()
25 f->next_locked = self->stdio_locks; in __register_locked_file()
27 self->stdio_locks = f; in __register_locked_file()
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h51 void *stdio_locks; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h60 void *stdio_locks; member
/third_party/musl/src/internal/
Dpthread_impl.h60 void *stdio_locks; member
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h78 void *stdio_locks; member