|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Crash context information. More...
#include <crash_handler.h>

Public Attributes | |
| int | signal_number |
| std::string | signal_name |
| void * | fault_address |
| std::string | stack_trace |
| std::chrono::system_clock::time_point | crash_time |
| std::thread::id | crashing_thread |
Crash context information.
Definition at line 38 of file crash_handler.h.
| std::chrono::system_clock::time_point kcenon::thread::crash_context::crash_time |
Definition at line 43 of file crash_handler.h.
Referenced by main(), and on_system_crash().
| std::thread::id kcenon::thread::crash_context::crashing_thread |
Definition at line 44 of file crash_handler.h.
Referenced by main(), and on_system_crash().
| void* kcenon::thread::crash_context::fault_address |
Definition at line 41 of file crash_handler.h.
Referenced by main().
| std::string kcenon::thread::crash_context::signal_name |
Definition at line 40 of file crash_handler.h.
Referenced by main(), and on_system_crash().
| int kcenon::thread::crash_context::signal_number |
Definition at line 39 of file crash_handler.h.
Referenced by main(), and on_system_crash().
| std::string kcenon::thread::crash_context::stack_trace |
Definition at line 42 of file crash_handler.h.
Referenced by main(), and on_system_crash().