HomeSort by relevance Sort by last modified time
    Searched refs:_LOCKINTERNAL (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
flockfile.c 117 _LOCKINTERNAL(fp)++;
128 _LOCKINTERNAL(fp) = 1;
131 if (_LOCKINTERNAL(fp) == 1)
149 _LOCKINTERNAL(fp)--;
150 if (_LOCKINTERNAL(fp) == 0)
fileext.h 42 int _lockinternal; /* Flag of whether the lock is held inside stdio */ member in struct:__sfileext
54 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal)
62 _LOCKINTERNAL(f) = 0; \

Completed in 69 milliseconds