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

  /src/lib/libc/stdio/
flockfile.c 108 _LOCKINTERNAL(fp)++;
119 _LOCKINTERNAL(fp) = 1;
122 if (_LOCKINTERNAL(fp) == 1)
140 _LOCKINTERNAL(fp)--;
141 if (_LOCKINTERNAL(fp) == 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 14 milliseconds