Home
last modified time | relevance | path

Searched refs:TFD_CLOEXEC (Results 1 – 7 of 7) 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/bits/
H A Dtimerfd.h25 TFD_CLOEXEC = 02000000, enumerator
26 #define TFD_CLOEXEC TFD_CLOEXEC 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 Dtimerfd.h25 TFD_CLOEXEC = 02000000, enumerator
26 #define TFD_CLOEXEC TFD_CLOEXEC macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dtimerfd.h14 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/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/linux/
H A Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC 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/linux/
H A Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtimerfd.h32 #define TFD_CLOEXEC O_CLOEXEC macro
/OK3568_Linux_fs/kernel/fs/
H A Dtimerfd.c399 BUILD_BUG_ON(TFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE2()