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

  /src/lib/libc/stdio/
flockfile.c 125 &_LOCKCANCELSTATE(fp));
142 thr_setcancelstate(_LOCKCANCELSTATE(fp), NULL);
fileext.h 45 int _lockcancelstate; /* Stashed cancellation state on internal lock */ member in struct:__sfileext
57 #define _LOCKCANCELSTATE(fp) (_EXT(fp)->_lockcancelstate)

Completed in 11 milliseconds