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

  /src/lib/libc/stdio/
fileext.h 42 thr_t _lockowner; /* The thread currently holding the lock */ member in struct:__sfileext
54 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner)
64 _LOCKOWNER(f) = NULL; \
fileext.h 42 thr_t _lockowner; /* The thread currently holding the lock */ member in struct:__sfileext
54 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner)
64 _LOCKOWNER(f) = NULL; \

Completed in 21 milliseconds