Searched defs:fflush_unlocked (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/port/
H A Dport_posix.h62 #define fflush_unlocked fflush macro
/external/bison/lib/
H A Dunlocked-io.h59 # define fflush(x) fflush_unlocked (x)
61 # define fflush_unlocked(x) fflush (x) macro
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium_stdio.cc53 int fflush_unlocked(FILE* file) { return fflush(file); } function in namespace:leveldb_env::__anon12436
226 if (HANDLE_EINTR(fflush_unlocked(file_))) {
240 if (HANDLE_EINTR(fflush_unlocked(file_)))

Completed in 132 milliseconds