Contains information about a thread that belongs to a task (process). More...
#include "snapshot/mac/process_reader_mac.h"
Public Attributes | |
| ThreadContext | thread_context |
| FloatContext | float_context |
| DebugContext | debug_context |
| std::string | name |
| uint64_t | id |
| mach_vm_address_t | stack_region_address |
| mach_vm_size_t | stack_region_size |
| mach_vm_address_t | thread_specific_data_address |
| thread_t | port |
| int | suspend_count |
| int | priority |
Contains information about a thread that belongs to a task (process).