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

  /ndk/sources/android/support/src/stdio/
local.h 95 #define FUNLOCKFILE(fp) do { if (__isthreaded) funlockfile(fp); } while (0)
  /bionic/libc/stdio/
local.h 113 #define FUNLOCKFILE(fp) funlockfile(fp)

Completed in 64 milliseconds