/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-epoll.c | 61 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/ |
D | timer_create.c | 74 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/ |
D | timer_routines.c | 296 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/ |
D | td_ta_clear_event.c | 24 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()
|
D | td_ta_set_event.c | 24 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()
|
D | td_thr_clear_event.c | 26 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()
|
D | td_thr_set_event.c | 26 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()
|
D | td_ta_event_addr.c | 24 td_event_e event, td_notify_t *addr) in td_ta_event_addr() argument 36 switch (event) in td_ta_event_addr()
|
D | td_ta_event_getmsg.c | 79 msg->event = (uintptr_t) eventnum; in td_ta_event_getmsg()
|
D | td_thr_event_getmsg.c | 57 msg->event = (uintptr_t) eventnum; in td_thr_event_getmsg()
|
/glibc-2.36/inet/ |
D | etc.rpc | 44 event 100101 na.event # SunNet Manager
|
/glibc-2.36/mach/mach/ |
D | mach_traps.h | 66 kern_return_t evc_wait (unsigned int event);
|
/glibc-2.36/sysdeps/mach/include/mach/ |
D | mach_traps.h | 20 kern_return_t __evc_wait (unsigned int event);
|
/glibc-2.36/sysdeps/pthread/ |
D | posix-timer.h | 47 struct sigevent event; member
|
/glibc-2.36/sysdeps/nptl/ |
D | thread_db.h | 200 td_event_e event; /* Event type being reported. */ member
|
/glibc-2.36/mach/ |
D | err_server.sub | 255 "(server/xkernel) event not registered",
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl_db | 267 assert for reading TD_EVENT_NONE. Clear the event buffer after
|
/glibc-2.36/manual/ |
D | pipe.texi | 163 In the event of an error @code{popen} returns a null pointer. This
|
D | time.texi | 113 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.
|
D | terminal.texi | 1698 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
|
D | syslog.texi | 405 The message describes a normal but important event.
|
D | signal.texi | 13 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.
|
D | startup.texi | 34 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
|
D | lgpl-2.1.texi | 193 in the event an application does not supply such function or
|
D | process.texi | 470 of @code{-1} is returned in the event of a failure. In addition to the
|