This is the complete list of members for cubthread::daemon, including all inherited members.
create_statset(void) | cubthread::daemon | privatestatic |
daemon(const looper &loop_pattern_arg, context_manager< Context > *context_manager_arg, task< Context > *exec, const char *name) | cubthread::daemon | |
daemon(const looper &loop_pattern_arg, task_without_context *exec_arg, const char *name) | cubthread::daemon | |
get_stat_name(std::size_t stat_index) | cubthread::daemon | static |
get_stats(cubperf::stat_value *stats_out) | cubthread::daemon | |
get_stats_value_count(void) | cubthread::daemon | static |
is_running(void) | cubthread::daemon | |
loop_with_context(daemon *daemon_arg, context_manager< Context > *context_manager_arg, task< Context > *exec_arg, const char *name) | cubthread::daemon | privatestatic |
loop_without_context(daemon *daemon_arg, task_without_context *exec_arg, const char *name) | cubthread::daemon | privatestatic |
m_func_on_stop | cubthread::daemon | private |
m_looper | cubthread::daemon | private |
m_name | cubthread::daemon | private |
m_stats | cubthread::daemon | private |
m_thread | cubthread::daemon | private |
m_waiter | cubthread::daemon | private |
pause(void) | cubthread::daemon | private |
register_stat_execute(void) | cubthread::daemon | private |
register_stat_pause(void) | cubthread::daemon | private |
register_stat_start(void) | cubthread::daemon | private |
reset_looper(void) | cubthread::daemon | |
stop_execution(void) | cubthread::daemon | |
wakeup(void) | cubthread::daemon | |
was_woken_up(void) | cubthread::daemon | |
~daemon() | cubthread::daemon | |