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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
flockfile.c 134 &_LOCKCANCELSTATE(fp));
151 thr_setcancelstate(_LOCKCANCELSTATE(fp), NULL);
fileext.h 43 int _lockcancelstate; /* Stashed cancellation state on internal lock */ member in struct:__sfileext
55 #define _LOCKCANCELSTATE(fp) (_EXT(fp)->_lockcancelstate)

Completed in 68 milliseconds