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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
FileHandle.cpp 38 static int const lock_flags[2] = { LOCK_SH, LOCK_EX }; local
65 if (flock(mFD, lock_flags[mode] | LOCK_NB) < 0) {
68 if (flock(mFD, lock_flags[mode]) < 0) {
  /external/qemu-pc-bios/bochs/bios/
rombios.c 1032 Bit8u lock_flags; member in struct:__anon10134
    [all...]

Completed in 44 milliseconds