A | |
add [Libevent] | 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 [Libevent] |
Create a new empty event
|
D | |
del [Libevent] |
Del the event
|
dispatch [Libevent] |
In order to process events, an application needs to call dispatch.
|
F | |
fd [Libevent] | fd event returns the file descriptor associated with the event
|
L | |
loop [Libevent] |
Provides an interface for single pass execution of pending events
|
P | |
pending [Libevent] | |
S | |
set [Libevent] | set event fd type persist callback initializes the event.
|
set_signal [Libevent] | set_signal event signal persist callback initializes the event.
|
signal [Libevent] | signal event returns the signal associated with the event
|