HomeSort by: relevance | last modified time | path
    Searched defs:_lockcount (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/stdio/
fileext.h 43 int _lockcount; /* Count of recursive locks */ member in struct:__sfileext
55 #define _LOCKCOUNT(fp) (_EXT(fp)->_lockcount)
65 _LOCKCOUNT(f) = 0; \

Completed in 34 milliseconds