Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dfcntl_h.c107 TYPE(struct flock); in fcntl_h()
108 STRUCT_MEMBER(struct flock, short, l_type); in fcntl_h()
109 STRUCT_MEMBER(struct flock, short, l_whence); in fcntl_h()
110 STRUCT_MEMBER(struct flock, off_t, l_start); in fcntl_h()
111 STRUCT_MEMBER(struct flock, off_t, l_len); in fcntl_h()
112 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()
Dgwp_asan_test.cpp84 EXPECT_NE(flock(flock_fd_, LOCK_EX), -1) << "failed to flock myself"; in SyspropRestorer()
Dfcntl_test.cpp162 struct flock check_lock; in TEST()
/bionic/libc/include/bits/
Dflock.h60 struct flock { __FLOCK_BODY }; struct
/bionic/libc/
DSYSCALLS.TXT136 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.S3924 CALL(flock)