#include <types-and-constants.hh>
Public Attributes | |
process_ID_t | process_ID |
list< task_s * > | task_list |
context_ID_t | context_ID |
virtual_to_canonical_map_t * | virtual_to_canonical_map |
file_ID_s | image_file_ID |
char | image_pathname [BUFFER_SIZE] |
Definition at line 354 of file types-and-constants.hh.
|
The context associated with the process. Definition at line 359 of file types-and-constants.hh. Referenced by Consumer::Consumer(), Consumer::delete_if_defunct_process(), and Consumer::handle_context_assignment(). |
|
The file ID of the current executable image. Definition at line 364 of file types-and-constants.hh. Referenced by Consumer::Consumer(), Consumer::handle_context_assignment(), and Consumer::handle_exec(). |
|
The path used to name the current executable image. Definition at line 366 of file types-and-constants.hh. Referenced by Consumer::Consumer(), Consumer::handle_context_assignment(), and Consumer::handle_exec(). |
|
A unique process number. Definition at line 356 of file types-and-constants.hh. Referenced by Consumer::Consumer(), and Consumer::handle_context_assignment(). |
|
A list of tasks that compose the threads of the process. Definition at line 357 of file types-and-constants.hh. Referenced by Consumer::Consumer(), Consumer::delete_if_defunct_process(), Consumer::handle_context_assignment(), and Consumer::unlink_task_and_process(). |
|