Crashpad
Public Attributes | Friends | List of all members
crashpad::ProcessReader::Thread Struct Reference

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
 

Detailed Description

Contains information about a thread that belongs to a process.

Contains information about a thread that belongs to a task (process).


The documentation for this struct was generated from the following files: