|
Pol
Revision:cb584c9
|
Go to the source code of this file.
Classes | |
| struct | Pol::Core::PolSig |
Namespaces | |
| Pol | |
| Pol::Core | |
Macros | |
| #define | FUNCTION_CHECKPOINT(func, check) Core::stateManager.polsig.func##_function_checkpoint = check |
| #define | THREAD_CHECKPOINT(thread, check) Core::stateManager.polsig.thread##_thread_checkpoint = check |
Functions | |
| void | Pol::Core::install_signal_handlers () |
| void | Pol::Core::signal_catch_thread () |
Definition in file polsig.h.
| #define FUNCTION_CHECKPOINT | ( | func, | |
| check | |||
| ) | Core::stateManager.polsig.func##_function_checkpoint = check |
Definition at line 50 of file polsig.h.
Referenced by Pol::Mobile::Character::check_attack_after_move().
| #define THREAD_CHECKPOINT | ( | thread, | |
| check | |||
| ) | Core::stateManager.polsig.thread##_thread_checkpoint = check |
Definition at line 48 of file polsig.h.
Referenced by Pol::Core::check_blocked(), Pol::Core::check_scheduled_tasks(), Pol::Core::SpellTask::on_run(), Pol::Network::Client::queue_data(), Pol::Core::regen_resources(), Pol::Core::regen_stats(), Pol::Accounts::reload_account_data(), Pol::Core::PolConfig::reload_pol_cfg(), Pol::Core::RepSystem::repsys_task(), Pol::Core::ScriptScheduler::run_ready(), Pol::Core::scripts_thread(), Pol::Core::step_scripts(), Pol::Mobile::Character::swing_task_func(), Pol::Core::tasks_thread(), Pol::Network::Client::transmit_encrypted(), Pol::Core::update_rpm(), Pol::Core::update_sysload(), and Pol::Network::Client::xmit().