#include <shared.h>
Public Member Functions | |
| pinfo * | operator[] (pid_t x) |
| int | size (void) |
| pinfo * | allocate_pid (void) |
| void | init (void) |
Data Fields | |
| int | next_pid |
| pinfo | vec [PSIZE] |
| char | lock_info [MAX_PATH+1] |
Definition at line 163 of file shared.h.
|
|
Referenced by fork(). |
|
|
|
|
|
|
|
|
Definition at line 170 of file shared.h. References PSIZE. |
|
|
|
|
|
|
|
|
|
1.4.6-NO