Home
last modified time | relevance | path

Searched refs:flock (Results 1 – 9 of 9) sorted by relevance

/bionic/tests/headers/posix/
Dfcntl_h.c103 TYPE(struct flock); in fcntl_h()
104 STRUCT_MEMBER(struct flock, short, l_type); in fcntl_h()
105 STRUCT_MEMBER(struct flock, short, l_whence); in fcntl_h()
106 STRUCT_MEMBER(struct flock, off_t, l_start); in fcntl_h()
107 STRUCT_MEMBER(struct flock, off_t, l_len); in fcntl_h()
108 STRUCT_MEMBER(struct flock, pid_t, l_pid); in fcntl_h()
/bionic/libc/include/sys/
Dfile.h49 int flock(int __fd, int __op);
/bionic/tests/
D_FILE_OFFSET_BITS_test.cpp39 struct flock check_lock; in TEST()
Dfcntl_test.cpp155 struct flock check_lock; in TEST()
/bionic/libc/include/bits/
Dflock.h60 struct flock { __FLOCK_BODY }; struct
/bionic/libc/
DSYSCALLS.TXT127 int flock(int, int) all
Dlibc.map.txt364 flock;
/bionic/tools/versioner/platforms/
Dlibc.map.txt364 flock;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_001.S3925 CALL(flock)