Home
last modified time | relevance | path

Searched refs:LOCK_NB (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dfile.h45 #define LOCK_NB 4 /* Don't block when locking. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dfile.h45 #define LOCK_NB 4 /* Don't block when locking. */ macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007f-format-security.patch19 if (op & LOCK_NB) return -1;
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h180 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h179 #define LOCK_NB 4 /* or'd with one of the above to prevent macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h239 # define LOCK_NB 4 /* Or'd with one of the above to prevent macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h239 # define LOCK_NB 4 /* Or'd with one of the above to prevent macro
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-build-perf-test43 fcntl.flock(lock_f, fcntl.LOCK_EX | fcntl.LOCK_NB)
H A Drunqemu224 fcntl.flock(self.taplock_descriptor, fcntl.LOCK_EX|fcntl.LOCK_NB)
271 fcntl.flock(self.portlocks[lockfile], fcntl.LOCK_EX|fcntl.LOCK_NB)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py479 op = op | fcntl.LOCK_NB
522 fcntl.flock(lf.fileno(), fcntl.LOCK_EX|fcntl.LOCK_NB)
/OK3568_Linux_fs/kernel/fs/
H A Dlocks.c2230 can_sleep = !(cmd & LOCK_NB); in SYSCALL_DEFINE2()
2231 cmd &= ~LOCK_NB; in SYSCALL_DEFINE2()