#include "common.h"
Go to the source code of this file.
Functions | |
void | register_idle_object (Object *o) |
void | unregister_idle_object (Object *o) |
void | do_idle () |
bool | init_idle () |
void | done_idle () |
|
Definition at line 45 of file htidle.cc. References any_idles, assert, ht_clist::count(), cur_idle, ht_clist::get(), Object::idle(), idle_objs, and sys_suspend(). Referenced by ht_app::run(), and ht_dialog::run(). |
|
Definition at line 78 of file htidle.cc. References ht_clist::done(), and idle_objs. |
|
Definition at line 67 of file htidle.cc. References idle_objs, and ht_clist::init(). |
|
Definition at line 32 of file htidle.cc. References idle_objs, and ht_clist::insert(). Referenced by TerminalViewer::init(), ht_status::init(), ht_aviewer::init(), AnalyserInformation::init(), and ht_aviewer::showSymbols(). |
|
Definition at line 37 of file htidle.cc. References ht_clist::count(), ht_clist::get(), idle_objs, and ht_clist::remove(). Referenced by TerminalViewer::done(), ht_status::done(), ht_aviewer::done(), AnalyserInformation::done(), and ht_aviewer::showSymbols(). |