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

/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp34 // TODO: Fix flock usage under windows
40 int flock(int fd, int operation) { function
151 // Determine the lock operation (2nd argument) to the flock().
166 if (::flock(mFD, lock_operation) == 0) {
187 // flock() was not performed successfully. Check the errno to see whether
190 // flock() was interrupted by delivery of a signal. Restart without
199 // There's a fatal error occurs when perform flock(). Return immediately
215 if (::flock(mFD, LOCK_UN) == 0) {

Completed in 127 milliseconds