Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c138 struct flock s_flock; in lprofLockFd()
156 flock(fd, LOCK_EX); in lprofLockFd()
163 struct flock s_flock; in lprofUnlockFd()
181 flock(fd, LOCK_UN); in lprofUnlockFd()
H A DWindowsMMap.h72 int flock(int fd, int operation);
H A DWindowsMMap.c158 int flock(int fd, int operation) { in flock() function
H A DCMakeLists.txt32 struct flock s_flock;
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-type-safety.c129 struct flock { }; struct
132 static const int F_SETLK_tag __attribute__(( type_tag_for_datatype(fcntl,struct flock *) )) = F_SET…
136 void test_argument_with_type_tag(struct flock *f) in test_argument_with_type_tag()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DLockFilePosix.cpp21 struct flock fl; in fileLock()
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Davoid-infinite-recursion-1.ll62 %struct.flock = type <{ i64, i64, i32, i16, i16, i32, i8, i8, i8, i8 }>
166 …truct.vop_generic_args, %struct.vnode*, i8*, i32, i8, i8, i8, i8, %struct.flock*, i32, i8, i8, i8,…
167 …truct.vop_generic_args, %struct.vnode*, i8*, i32, i8, i8, i8, i8, %struct.flock*, i32, i8, i8, i8,…
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc1221 struct flock Lock;
1238 struct flock Lock;
1251 struct flock Lock;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1365 PRE_SYSCALL(flock)(long fd, long cmd) {}
1367 POST_SYSCALL(flock)(long res, long fd, long cmd) {}
H A Dsanitizer_syscalls_netbsd.inc1160 PRE_SYSCALL(flock)(long long fd_, long long how_) { /* Nothing to do */ }
1161 POST_SYSCALL(flock)(long long res, long long fd_, long long how_) {
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1732 fun:flock=uninstrumented