Data Structures | |
| class | handler_provider |
| class | service |
| class | thread |
Functions | |
| void | handler_provider_callback (int file_descriptor, short events, void *context) |
| void | thread_handle_notify (int file_descriptor, short events, void *context) |
| void scalestack::event::libevent::handler_provider_callback | ( | int | file_descriptor, | |
| short | events, | |||
| void * | context | |||
| ) |
Function passed to libevent to invoke handler_provider::_callback().
| void scalestack::event::libevent::thread_handle_notify | ( | int | file_descriptor, | |
| short | events, | |||
| void * | context | |||
| ) |
Function used by notify event to invoke thread::_handle_notify().
1.6.3