Home
last modified time | relevance | path

Searched defs:event_set (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/libevent/
H A Dpoll.c76 struct pollfd *event_set; member
141 struct pollfd *event_set; in poll_dispatch() local
H A Devent.c2179 event_set(struct event *ev, evutil_socket_t fd, short events, in event_set() function
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify03.c65 struct event event_set[EVENT_SET_MAX]; member
235 struct event *event_set = tc->event_set; in test_fanotify() local
H A Dfanotify02.c40 static unsigned long long event_set[EVENT_MAX]; variable
H A Dfanotify23.c42 static unsigned long long event_set[EVENT_MAX]; variable
H A Dfanotify01.c83 static unsigned long long event_set[EVENT_MAX]; variable
H A Dfanotify19.c51 unsigned long long event_set[EVENT_SET_MAX]; member
H A Dfanotify15.c57 static struct event_t event_set[EVENT_MAX]; variable
H A Dfanotify12.c51 unsigned long long event_set[EVENT_SET_BUF]; member
H A Dfanotify13.c100 static struct event_t event_set[EVENT_MAX]; variable
H A Dfanotify16.c61 static struct event_t event_set[EVENT_MAX]; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify01.c41 static unsigned int event_set[EVENT_MAX]; variable
H A Dinotify03.c41 static unsigned int event_set[EVENT_MAX]; variable
H A Dinotify08.c65 static struct event_t event_set[EVENT_MAX]; variable
H A Dinotify04.c51 struct event_t event_set[EVENT_MAX]; variable
H A Dinotify07.c67 static struct event_t event_set[EVENT_MAX]; variable
H A Dinotify02.c51 static struct event_t event_set[EVENT_MAX]; variable
H A Dinotify10.c80 struct event_t event_set[EVENT_MAX]; variable
/aosp_15_r20/external/cronet/third_party/libevent/
H A Dpoll.c60 struct pollfd *event_set; member
H A Devent.c611 event_set(struct event *ev, int fd, short events, in event_set() function
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Depoll.rs158 pub fn event_set(&self) -> EventSet { in event_set() method
/aosp_15_r20/external/liburing/test/
H A D35fa71a030ca.c82 static void event_set(event_t* ev) in event_set() function
H A Dpollfree.c78 static void event_set(event_t* ev) in event_set() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/
Devent.rs327 fn event_set() { in event_set() function
/aosp_15_r20/external/python/cpython2/Modules/
D_elementtree.c2830 PyObject* event_set = Py_None; local