Home
last modified time | relevance | path

Searched refs:event (Results 1 – 25 of 53) sorted by relevance

123

/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-epoll.c61 struct epoll_event event; in test_epoll_basic() local
63 event.data.fd = fds[1][0]; in test_epoll_basic()
64 event.events = EPOLLIN | EPOLLET; in test_epoll_basic()
65 TEST_COMPARE (epoll_ctl (efd, EPOLL_CTL_ADD, fds[1][0], &event), 0); in test_epoll_basic()
74 event.data.fd = fds[0][0]; in test_epoll_basic()
75 event.events = EPOLLIN | EPOLLET; in test_epoll_basic()
76 TEST_COMPARE (epoll_ctl (efd, EPOLL_CTL_ADD, fds[0][0], &event), 0); in test_epoll_basic()
85 e = epoll_wait_check (efd, &event, 1, 500, &ss); in test_epoll_basic()
104 int e = epoll_wait_check (efd, &event, 1, 500000000, &ss); in test_epoll_basic()
106 TEST_VERIFY (event.events & EPOLLIN); in test_epoll_basic()
[all …]
/glibc-2.36/rt/
Dtimer_create.c74 newtimer->event = *evp; in timer_create()
77 newtimer->event.sigev_notify = SIGEV_SIGNAL; in timer_create()
78 newtimer->event.sigev_signo = SIGALRM; in timer_create()
79 newtimer->event.sigev_value.sival_ptr = newtimer; in timer_create()
80 newtimer->event.sigev_notify_function = 0; in timer_create()
83 newtimer->event.sigev_notify_attributes = &newtimer->attr; in timer_create()
86 switch (__builtin_expect (newtimer->event.sigev_notify, SIGEV_SIGNAL)) in timer_create()
/glibc-2.36/sysdeps/htl/
Dtimer_routines.c296 switch (__builtin_expect (timer->event.sigev_notify, SIGEV_SIGNAL)) in thread_expire_timer()
311 info.si_signo = timer->event.sigev_signo; in thread_expire_timer()
315 info.si_value = timer->event.sigev_value; in thread_expire_timer()
320 if (pthread_kill (self->captured, timer->event.sigev_signo) != 0) in thread_expire_timer()
322 if (pthread_kill (self->id, timer->event.sigev_signo) != 0) in thread_expire_timer()
329 timer->event.sigev_notify_function (timer->event.sigev_value); in thread_expire_timer()
/glibc-2.36/nptl_db/
Dtd_ta_clear_event.c24 td_ta_clear_event (const td_thragent_t *ta_arg, td_thr_events_t *event) in td_ta_clear_event() argument
53 mask &= ~event->event_bits[idx]; in td_ta_clear_event()
64 if (event->event_bits[idx++] != 0) in td_ta_clear_event()
Dtd_ta_set_event.c24 td_ta_set_event (const td_thragent_t *ta_arg, td_thr_events_t *event) in td_ta_set_event() argument
53 mask |= event->event_bits[idx]; in td_ta_set_event()
64 if (event->event_bits[idx++] != 0) in td_ta_set_event()
Dtd_thr_clear_event.c26 td_thr_clear_event (const td_thrhandle_t *th, td_thr_events_t *event) in td_thr_clear_event() argument
51 mask &= ~event->event_bits[idx]; in td_thr_clear_event()
62 if (event->event_bits[idx++] != 0) in td_thr_clear_event()
Dtd_thr_set_event.c26 td_thr_set_event (const td_thrhandle_t *th, td_thr_events_t *event) in td_thr_set_event() argument
51 mask |= event->event_bits[idx]; in td_thr_set_event()
62 if (event->event_bits[idx++] != 0) in td_thr_set_event()
Dtd_ta_event_addr.c24 td_event_e event, td_notify_t *addr) in td_ta_event_addr() argument
36 switch (event) in td_ta_event_addr()
Dtd_ta_event_getmsg.c79 msg->event = (uintptr_t) eventnum; in td_ta_event_getmsg()
Dtd_thr_event_getmsg.c57 msg->event = (uintptr_t) eventnum; in td_thr_event_getmsg()
/glibc-2.36/inet/
Detc.rpc44 event 100101 na.event # SunNet Manager
/glibc-2.36/mach/mach/
Dmach_traps.h66 kern_return_t evc_wait (unsigned int event);
/glibc-2.36/sysdeps/mach/include/mach/
Dmach_traps.h20 kern_return_t __evc_wait (unsigned int event);
/glibc-2.36/sysdeps/pthread/
Dposix-timer.h47 struct sigevent event; member
/glibc-2.36/sysdeps/nptl/
Dthread_db.h200 td_event_e event; /* Event type being reported. */ member
/glibc-2.36/mach/
Derr_server.sub255 "(server/xkernel) event not registered",
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl_db267 assert for reading TD_EVENT_NONE. Clear the event buffer after
/glibc-2.36/manual/
Dpipe.texi163 In the event of an error @code{popen} returns a null pointer. This
Dtime.texi113 Its values are counts of @dfn{clock ticks} since some arbitrary event
251 arbitrary event. On @gnusystems{}, that event is the creation of the
252 process. While arbitrary in general, the event is always the same event
380 these are the actual amounts of time; not relative to any event.
Dterminal.texi1698 The return value is normally zero. In the event of an error, a value
1729 The return value is normally zero. In the event of an error, a value
1773 The return value is normally zero. In the event of an error, a value
1827 The return value is normally zero. In the event of an error, a value
Dsyslog.texi405 The message describes a normal but important event.
Dsignal.texi13 particular kind of event. Some kinds of events make it inadvisable or
18 If you anticipate an event that causes signals, you can define a handler
61 A signal reports the occurrence of an exceptional event. These are some
118 An external event generally has to do with I/O or other processes.
212 describes what kind of event they mean. Each signal name is a macro
2239 the other processes in the group when an error or other event occurs.
Dstartup.texi34 see the event from the execor's point of view, see @ref{Executing a File}.
925 finish. In the event that the process termination @emph{is} caused by program
Dlgpl-2.1.texi193 in the event an application does not supply such function or
Dprocess.texi470 of @code{-1} is returned in the event of a failure. In addition to the

123