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

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

Completed in 129 milliseconds