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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
flockfile.c 121 thr_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate);
124 thr_setcancelstate(oldstate, NULL);
133 thr_setcancelstate(PTHREAD_CANCEL_DISABLE,
151 thr_setcancelstate(_LOCKCANCELSTATE(fp), NULL);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
reentrant.h 226 #define thr_setcancelstate(n, o) __libc_thr_setcancelstate((n),(o)) macro

Completed in 84 milliseconds