add_aspect(const char *name) | fawkes::Aspect | protected |
add_loop_listener(ThreadLoopListener *loop_listener) | fawkes::Thread | |
add_notification_listener(ThreadNotificationListener *notification_listener) | fawkes::Thread | |
blackboard | fawkes::BlackBoardAspect | protected |
BlackBoardAspect(const char *owner=NULL) | fawkes::BlackBoardAspect | |
cancel() | fawkes::Thread | |
CANCEL_DISABLED enum value | fawkes::Thread | |
CANCEL_ENABLED enum value | fawkes::Thread | |
cancel_finalize() | fawkes::Thread | |
cancelled() const | fawkes::Thread | |
CancelState enum name | fawkes::Thread | |
config | fawkes::ConfigurableAspect | protected |
ConfigurableAspect() | fawkes::ConfigurableAspect | |
current_thread() | fawkes::Thread | static |
current_thread_id() | fawkes::Thread | static |
current_thread_name() | fawkes::Thread | static |
current_thread_name(const std::string &thread_name) | fawkes::Thread | static |
current_thread_noexc() noexcept | fawkes::Thread | static |
destroy_main() | fawkes::Thread | static |
detach() | fawkes::Thread | |
detached() const | fawkes::Thread | |
exit() | fawkes::Thread | protected |
finalize() | fawkes::Thread | virtual |
finalize_prepared | fawkes::Thread | protected |
FLAG_BAD | fawkes::Thread | static |
flagged_bad() const | fawkes::Thread | |
get_aspects() const | fawkes::Aspect | |
get_blackboard() | protoboard::ProtobufThead | inline |
init() override | protoboard::ProtobufThead | protectedvirtual |
init_BlackBoardAspect(BlackBoard *bb) | fawkes::BlackBoardAspect | |
init_ConfigurableAspect(Configuration *config) | fawkes::ConfigurableAspect | |
init_LoggingAspect(Logger *logger) | fawkes::LoggingAspect | |
init_main() | fawkes::Thread | static |
join() | fawkes::Thread | |
kill(int sig) | fawkes::Thread | |
logger | fawkes::LoggingAspect | protected |
LoggingAspect() | fawkes::LoggingAspect | |
loop() | fawkes::Thread | protectedvirtual |
loop_mutex | fawkes::Thread | mutableprotected |
loopinterrupt_antistarve_mutex | fawkes::Thread | protected |
name() const | fawkes::Thread | inline |
notify_of_failed_init() | fawkes::Thread | |
once() | fawkes::Thread | protectedvirtual |
operator==(const Thread &thread) | fawkes::Thread | |
OpMode enum name | fawkes::Thread | |
opmode() const | fawkes::Thread | |
OPMODE_CONTINUOUS enum value | fawkes::Thread | |
OPMODE_WAITFORWAKEUP enum value | fawkes::Thread | |
pb_queue_incoming() | protoboard::ProtobufThead | |
pb_queue_pop() | protoboard::ProtobufThead | |
peer_create(const std::string &host, int port) | protoboard::ProtobufThead | |
peer_create_crypto(const std::string &host, int port, const std::string &crypto_key="", const std::string &cipher="") | protoboard::ProtobufThead | |
peer_create_local(const std::string &host, int send_to_port, int recv_on_port) | protoboard::ProtobufThead | |
peer_create_local_crypto(const std::string &host, int send_to_port, int recv_on_port, const std::string &crypto_key="", const std::string &cipher="") | protoboard::ProtobufThead | |
peer_destroy(long int peer_id) | protoboard::ProtobufThead | |
prepare_finalize() | fawkes::Thread | |
prepare_finalize_user() | fawkes::Thread | virtual |
ProtobufThead() | protoboard::ProtobufThead | |
remove_loop_listener(ThreadLoopListener *loop_listener) | fawkes::Thread | |
remove_notification_listener(ThreadNotificationListener *notification_listener) | fawkes::Thread | |
run() | fawkes::Thread | protectedvirtual |
running() const | fawkes::Thread | |
send(long int peer_id, std::shared_ptr< google::protobuf::Message > msg) | protoboard::ProtobufThead | |
set_bb_manager(BlackboardManager *bb_manager) | protoboard::ProtobufThead | inline |
set_cancel_state(CancelState new_state, CancelState *old_state=0) | fawkes::Thread | static |
set_coalesce_wakeups(bool coalesce=true) | fawkes::Thread | protected |
set_delete_on_exit(bool del) | fawkes::Thread | |
set_flag(uint32_t flag) | fawkes::Thread | |
set_flags(uint32_t flags) | fawkes::Thread | |
set_name(const char *format,...) | fawkes::Thread | protected |
set_opmode(OpMode op_mode) | fawkes::Thread | protected |
set_prepfin_conc_loop(bool concurrent=true) | fawkes::Thread | protected |
set_prepfin_hold(bool hold) | fawkes::Thread | |
start(bool wait=true) | fawkes::Thread | |
started() const | fawkes::Thread | |
test_cancel() | fawkes::Thread | protected |
Thread(const char *name) | fawkes::Thread | protected |
Thread(const char *name, OpMode op_mode) | fawkes::Thread | protected |
thread_id() const | fawkes::Thread | |
unset_flag(uint32_t flag) | fawkes::Thread | |
wait_loop_done() | fawkes::Thread | |
waiting() const | fawkes::Thread | |
wakeup() | fawkes::Thread | |
wakeup(Barrier *barrier) | fawkes::Thread | |
wakeup_pending() | fawkes::Thread | protected |
yield() | fawkes::Thread | protected |
~BlackBoardAspect() | fawkes::BlackBoardAspect | virtual |
~ConfigurableAspect() | fawkes::ConfigurableAspect | virtual |
~LoggingAspect() | fawkes::LoggingAspect | virtual |
~ProtobufThead() override | protoboard::ProtobufThead | virtual |
~Thread() | fawkes::Thread | virtual |