Home
last modified time | relevance | path

Searched refs:LOCK_UN (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/bluez/src/
Dtextfile.c298 flock(fd, LOCK_UN); in write_key()
364 flock(fd, LOCK_UN); in read_key()
490 flock(fd, LOCK_UN); in textfile_foreach()
/external/kernel-headers/original/asm-generic/
Dfcntl.h100 #define LOCK_UN 8 /* remove lock */ macro
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dfile_lock.py56 fcntl.flock(self._lock_file_descriptor, fcntl.LOCK_UN)
/external/chromium/chrome/browser/chromeos/
Dexternal_metrics.cc210 result = flock(fd, LOCK_UN); in CollectEvents()
/external/mksh/src/
Dhistrap.c760 (void)flock(histfd, LOCK_UN); in hist_init()
1009 (void)flock(histfd, LOCK_UN); in writehistfile()
1018 (void)flock(histfd, LOCK_UN); in hist_finish()
/external/strace/
Ddesc.c167 { LOCK_UN, "LOCK_UN" },
/external/chromium/third_party/libjingle/source/talk/base/
Dstream.cc515 return flock(fileno(file_), LOCK_UN) == 0; in Unlock()
/external/ppp/pppd/
Dsys-linux.c2208 flock(wtmp, LOCK_UN); in logwtmp()
/external/sqlite/dist/
Dsqlite3.c24841 lrc = robust_flock(pFile->h, LOCK_UN);
24967 int rc = robust_flock(pFile->h, LOCK_UN);
Dsqlite3.c.orig24834 lrc = robust_flock(pFile->h, LOCK_UN);
24960 int rc = robust_flock(pFile->h, LOCK_UN);