Home
last modified time | relevance | path

Searched defs:eventfd (Results 1 – 12 of 12) sorted by relevance

/aosp12/bionic/tests/
H A Deventfd_test.cpp26 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 Deventfd.cpp36 int eventfd(unsigned int initval, int flags) { in eventfd() function
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h62 typedef int (*eventfd)(unsigned int, int); typedef
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/
H A Dsys.h63 typedef int (*eventfd)(unsigned int, int); typedef
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dsys.h67 typedef int (*eventfd)(unsigned int, int); typedef
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dsys.h67 typedef int (*eventfd)(unsigned int, int); typedef
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dsys.h67 typedef int (*eventfd)(unsigned int, int); typedef
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/
H A Dsys.h67 typedef int (*eventfd)(unsigned int, int); typedef
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/
H A Dsys.h67 typedef int (*eventfd)(unsigned int, int); typedef
/aosp12/art/tools/
H A Ddt_fds_forward.py45 def eventfd(init_val, flags): function
/aosp12/bionic/libc/kernel/uapi/misc/
H A Docxl.h65 __s32 eventfd; member
/aosp12/system/netd/libnetdutils/
H A DSyscalls.cpp110 StatusOr<UniqueFd> eventfd(unsigned int initval, int flags) const override { in eventfd() function in android::netdutils::RealSyscalls