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

  /src/lib/libc/stdio/
fileext.h 44 int _lockinternal; /* Flag of whether the lock is held inside stdio */ member in struct:__sfileext
56 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal)
66 _LOCKINTERNAL(f) = 0; \
fileext.h 44 int _lockinternal; /* Flag of whether the lock is held inside stdio */ member in struct:__sfileext
56 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal)
66 _LOCKINTERNAL(f) = 0; \

Completed in 124 milliseconds