HomeSort by relevance Sort by last modified time
    Searched defs:unlock_file (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl06.c 69 void unlock_file();
107 unlock_file();
149 void unlock_file(void) function
fcntl11.c 65 void unlock_file();
177 void unlock_file(void) function
310 unlock_file();
348 unlock_file();
386 unlock_file();
424 unlock_file();
468 unlock_file();
507 unlock_file();
548 unlock_file();
590 unlock_file();
    [all...]
fcntl19.c 69 void unlock_file();
201 void unlock_file(void) function
353 unlock_file();
396 unlock_file();
440 unlock_file();
490 unlock_file();
534 unlock_file();
578 unlock_file();
623 unlock_file();
fcntl20.c 65 void unlock_file();
200 void unlock_file(void) function
352 unlock_file();
395 unlock_file();
438 unlock_file();
487 unlock_file();
530 unlock_file();
573 unlock_file();
617 unlock_file();
fcntl21.c 64 void unlock_file();
208 void unlock_file(void) function
347 unlock_file();
378 unlock_file();
429 unlock_file();
479 unlock_file();
529 unlock_file();
579 unlock_file();
635 unlock_file();
686 unlock_file();
    [all...]
  /system/bt/osi/test/
wakelock_test.cc 106 void* unlock_file = mmap(nullptr, unlock_stat.st_size, PROT_READ, local
109 if (memcmp(lock_file, unlock_file, unlock_stat.st_size) == 0) {
118 munmap(unlock_file, unlock_stat.st_size);
  /external/ltp/testcases/kernel/ipc/ipc_stress/
shmem_test_02.c 113 static void unlock_file(int);
204 unlock_file(lockfd);
248 unlock_file(lockfd);
267 static void unlock_file(int fd) function
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 100 int unlock_file(int, char *);
216 unlock_file(fd, filename);
395 | unlock_file () |
401 int unlock_file(int fd, char *file) function
  /external/fio/
filesetup.c 1392 void unlock_file(struct thread_data *td, struct fio_file *f) function
1410 unlock_file(td, f);

Completed in 243 milliseconds