Searched refs:lock_operation (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp138 int lock_operation; local
153 lock_operation = LOCK_SH;
155 lock_operation = LOCK_EX;
162 lock_operation |= LOCK_NB;
166 if (::flock(mFD, lock_operation) == 0) {

Completed in 210 milliseconds