Searched defs:eventfd (Results 1 – 12 of 12) sorted by relevance
/aosp12/bionic/tests/ |
H A D | eventfd_test.cpp | 26 TEST(eventfd, smoke) { in TEST() argument 50 TEST(eventfd, cloexec) { in TEST() argument 73 TEST(eventfd, semaphore) { in TEST() argument
|
/aosp12/bionic/libc/bionic/ |
H A D | eventfd.cpp | 36 int eventfd(unsigned int initval, int flags) { in eventfd() function
|
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/ |
H A D | sys.h | 62 typedef int (*eventfd)(unsigned int, int); typedef
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/ |
H A D | sys.h | 63 typedef int (*eventfd)(unsigned int, int); typedef
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/ |
H A D | sys.h | 67 typedef int (*eventfd)(unsigned int, int); typedef
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
H A D | sys.h | 67 typedef int (*eventfd)(unsigned int, int); typedef
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/ |
H A D | sys.h | 67 typedef int (*eventfd)(unsigned int, int); typedef
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/ |
H A D | sys.h | 67 typedef int (*eventfd)(unsigned int, int); typedef
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/ |
H A D | sys.h | 67 typedef int (*eventfd)(unsigned int, int); typedef
|
/aosp12/art/tools/ |
H A D | dt_fds_forward.py | 45 def eventfd(init_val, flags): function
|
/aosp12/bionic/libc/kernel/uapi/misc/ |
H A D | ocxl.h | 65 __s32 eventfd; member
|
/aosp12/system/netd/libnetdutils/ |
H A D | Syscalls.cpp | 110 StatusOr<UniqueFd> eventfd(unsigned int initval, int flags) const override { in eventfd() function in android::netdutils::RealSyscalls
|