|
int | et_wakeup_attachment (et_sys_id id, et_att_id att) |
| This routine wakes up a specific attachment waiting to read events. More...
|
|
int | et_wakeup_all (et_sys_id id, et_stat_id stat_id) |
| This routine wakes up all attachments waiting to read events. More...
|
|
int | et_attach_geteventsput (et_sys_id id, et_att_id att_id, uint64_t *events) |
| This routine gets the number of events an attachment put by calling et_event_put or et_events_put. More...
|
|
int | et_attach_geteventsget (et_sys_id id, et_att_id att_id, uint64_t *events) |
| This routine gets the number of events an attachment obtained by calling et_event_get, or et_events_get. More...
|
|
int | et_attach_geteventsdump (et_sys_id id, et_att_id att_id, uint64_t *events) |
| This routine gets the number of events an attachment dumped by calling et_event_dump, or et_events_dump. More...
|
|
int | et_attach_geteventsmake (et_sys_id id, et_att_id att_id, uint64_t *events) |
| This routine gets the number of events an attachment created by calling et_event_new, et_events_new, et_event_new_group, or et_events_new_group. More...
|
|