Crashpad
|
Contains information about a thread that belongs to a process. More...
#include "snapshot/mac/process_reader.h"
Public Attributes | |
ThreadContext | thread_context |
FloatContext | float_context |
LinuxVMAddress | thread_specific_data_address |
LinuxVMAddress | stack_region_address |
LinuxVMSize | stack_region_size |
pid_t | tid |
int | sched_policy |
int | static_priority |
int | nice_value |
DebugContext | debug_context |
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 |
Friends | |
class | ProcessReader |
Contains information about a thread that belongs to a process.
Contains information about a thread that belongs to a task (process).