A | |
add [Liboevent] | add event timeout adds the event and schedules the execution
of the function specified with Libevent.set , or in at least the
time specified in the timeout .
|
C | |
create [Liboevent] |
Create a new empty event
|
D | |
del [Liboevent] |
Del the event
|
dispatch [Liboevent] |
In order to process events, an application needs to call dispatch.
|
F | |
fd [Liboevent] | fd event returns the file descriptor associated with the event
|
L | |
loop [Liboevent] |
Provides an interface for single pass execution of pending events
|
P | |
pending [Liboevent] | |
S | |
set [Liboevent] | set event fd type persist callback initializes the event.
|
set_signal [Liboevent] | set_signal event signal persist callback initializes the event.
|
signal [Liboevent] | signal event returns the signal associated with the event
|