|
The Pedigree Project 0.1
|
Collaboration diagram for PosixWait::Report:Public Attributes | |
| int32_t | pid = 0 |
| int32_t | cause = 0 |
| int32_t | status = 0 |
| uint32_t | uid = 0 |
| uint64_t | userNanoseconds = 0 |
| uint64_t | kernelNanoseconds = 0 |
Definition at line 21 of file wait-state.h.
| int32_t PosixWait::Report::cause = 0 |
Definition at line 23 of file wait-state.h.
| uint64_t PosixWait::Report::kernelNanoseconds = 0 |
Definition at line 27 of file wait-state.h.
| int32_t PosixWait::Report::pid = 0 |
Definition at line 22 of file wait-state.h.
| int32_t PosixWait::Report::status = 0 |
Definition at line 24 of file wait-state.h.
| uint32_t PosixWait::Report::uid = 0 |
Definition at line 25 of file wait-state.h.
| uint64_t PosixWait::Report::userNanoseconds = 0 |
Definition at line 26 of file wait-state.h.