| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evmap.c | 279 const struct eventop *evsel = base->evsel; in evmap_io_add_() local 298 evsel->fdinfo_len); in evmap_io_add_() 341 if (evsel->add(base, ev->ev_fd, in evmap_io_add_() 360 const struct eventop *evsel = base->evsel; in evmap_io_del_() local 407 if (evsel->del(base, ev->ev_fd, in evmap_io_del_() 456 const struct eventop *evsel = base->evsigsel; in evmap_signal_add_() local 472 if (evsel->add(base, ev->ev_fd, 0, EV_SIGNAL, NULL) in evmap_signal_add_() 485 const struct eventop *evsel = base->evsigsel; in evmap_signal_del_() local 497 if (evsel->del(base, ev->ev_fd, 0, EV_SIGNAL, NULL) == -1) in evmap_signal_del_() 614 const struct eventop *evsel = base->evsel; local [all …]
|
| H A D | event.c | 570 return base->evsel->features; in event_base_get_features() 696 base->evsel = eventops[i]; in event_base_new_with_config() 698 base->evbase = base->evsel->init(base); in event_base_new_with_config() 704 base->evsel = NULL; in event_base_new_with_config() 710 event_msgx("libevent using: %s", base->evsel->name); in event_base_new_with_config() 928 if (base->evsel != NULL && base->evsel->dealloc != NULL) in event_base_free_() 929 base->evsel->dealloc(base); in event_base_free_() 987 const struct eventop *evsel; in event_reinit() local 994 evsel = base->evsel; in event_reinit() 997 if (evsel->need_reinit) { in event_reinit() [all …]
|
| H A D | event-internal.h | 213 const struct eventop *evsel; member
|
| H A D | signal.c | 299 base, evsig_base, base->evsel->name); in evsig_add()
|
| H A D | epoll.c | 184 base->evsel = &epollops_changelist; in epoll_init()
|
| H A D | ChangeLog | 981 o If evsel->del() fails, don't leave the evmap in an inconsistent
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrSPE.td | 730 "evsel crD,$RT,$RA,$RB", IIC_VecGeneral, []>;
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ChangeLog-0203 | 1344 evcmpltu, evcmpeq, evsel, evldd, evlddx, evldw, evldwx, evldh,
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-0203 | 1344 evcmpltu, evcmpeq, evsel, evldd, evlddx, evldw, evldwx, evldh,
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ChangeLog-0203 | 1344 evcmpltu, evcmpeq, evsel, evldd, evlddx, evldw, evldwx, evldh,
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ChangeLog-0203 | 1344 evcmpltu, evcmpeq, evsel, evldd, evlddx, evldw, evldwx, evldh,
|