#include <process.h>
Data Fields | |
| struct list_head | list |
| List of processes. | |
| void(* | step )(struct process *process) |
| Single-step the process. | |
| struct refcnt * | refcnt |
| Reference counter. | |
Definition at line 17 of file process.h.
struct list_head process::list [read] |
List of processes.
Definition at line 19 of file process.h.
Referenced by process_add(), process_del(), and step().
| void( * process::step)(struct process *process) |
struct refcnt* process::refcnt [read] |
Reference counter.
If this interface is not part of a reference-counted object, this field may be NULL.
Definition at line 33 of file process.h.
Referenced by process_add(), and process_del().
1.5.7.1