HomeSort by relevance Sort by last modified time
    Searched refs:lock_file (Results 26 - 32 of 32) sorted by null

12

  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 99 int lock_file(int, short, char *);
181 if (!lock_file(fd, F_WRLCK, filename)) /* set exclusive lock */
182 error("lock_file failed", __FILE__, __LINE__);
351 | lock_file () |
357 int lock_file(int fd, short lock_type, char *file) function
  /external/ppp/pppd/
sys-solaris.c     [all...]
  /external/toolchain-utils/
file_lock_machine.py 193 def __init__(self, lock_file, auto=True):
194 self._to_lock = os.path.basename(lock_file)
195 self._lock_file = lock_file
  /external/fio/
file.h 201 extern void lock_file(struct thread_data *, struct fio_file *, enum fio_ddir);
ioengines.c 196 lock_file(td, io_u->file, io_u->ddir);
filesetup.c 1590 void lock_file(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir) function
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_retail_ap.py 89 self.lock_file = open(self.lock_file_path, "r")
93 fcntl.flock(self.lock_file, fcntl.LOCK_EX | fcntl.LOCK_NB)
114 fcntl.flock(self.lock_file, fcntl.LOCK_UN)
115 self.lock_file.close()
    [all...]

Completed in 567 milliseconds

12