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

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dfunlockfile.c4 if (--f->lockcount == 0) {
H A Dftrylockfile.c8 if (f->lockcount == LONG_MAX)
10 f->lockcount++;
17 f->lockcount = 1;
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dstdio_impl.h38 long lockcount; member in struct:_IO_FILE

Completed in 26 milliseconds