Home
last modified time | relevance | path

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

/external/libevent/
Dpoll.c65 struct pollfd *event_set; member
130 struct pollfd *event_set; in poll_dispatch() local
Devent.c2129 event_set(struct event *ev, evutil_socket_t fd, short events, in event_set() function
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify01.c59 static unsigned int event_set[EVENT_MAX]; variable
Dinotify03.c61 static unsigned int event_set[EVENT_MAX]; variable
Dinotify08.c83 static struct event_t event_set[EVENT_MAX]; variable
Dinotify04.c69 struct event_t event_set[EVENT_MAX]; variable
Dinotify07.c84 static struct event_t event_set[EVENT_MAX]; variable
Dinotify02.c70 static struct event_t event_set[EVENT_MAX]; variable
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify02.c39 static unsigned long long event_set[EVENT_MAX]; variable
Dfanotify01.c57 static unsigned long long event_set[EVENT_MAX]; variable
Dfanotify03.c45 static unsigned long long event_set[EVENT_MAX]; variable
/external/syzkaller/executor/
Dcommon_windows.h62 static void event_set(event_t* ev) in event_set() function
Dcommon_fuchsia.h135 static void event_set(event_t* ev) in event_set() function
Dcommon.h269 static void event_set(event_t* ev) in event_set() function
Dcommon_linux.h34 static void event_set(event_t* ev) in event_set() function
/external/python/cpython2/Modules/
D_elementtree.c2830 PyObject* event_set = Py_None; local