|
The Pedigree Project 0.1
|
Collaboration diagram for PosixUtsProcessView:Public Attributes | |
| Mutex | lock |
| size_t | processId = 0 |
| bool | attached = false |
| bool | closed = false |
| PreparedUtsThread * | first = nullptr |
| SharedPointer< PosixUtsTaskBinding > | leader |
Definition at line 36 of file uts-namespace.cc.
| bool PosixUtsProcessView::attached = false |
Definition at line 40 of file uts-namespace.cc.
| bool PosixUtsProcessView::closed = false |
Definition at line 40 of file uts-namespace.cc.
| PreparedUtsThread* PosixUtsProcessView::first = nullptr |
Definition at line 41 of file uts-namespace.cc.
| SharedPointer<PosixUtsTaskBinding> PosixUtsProcessView::leader |
Definition at line 42 of file uts-namespace.cc.
| Mutex PosixUtsProcessView::lock |
Definition at line 38 of file uts-namespace.cc.
| size_t PosixUtsProcessView::processId = 0 |
Definition at line 39 of file uts-namespace.cc.