Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
H A Dftrylockfile.c14 if (f->lockcount) { in __unlist_locked_file()
23 f->lockcount = 1; in __register_locked_file()
36 if (f->lockcount == LONG_MAX) in ftrylockfile()
38 f->lockcount++; in ftrylockfile()
H A Dfunlockfile.c6 if (f->lockcount == 1) { in funlockfile()
8 f->lockcount = 0; in funlockfile()
11 f->lockcount--; in funlockfile()
/third_party/musl/src/internal/
H A Dstdio_impl.h102 long lockcount; member
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h98 long lockcount; member

Completed in 3 milliseconds