iPXE
Data Fields
process Struct Reference

A process. More...

#include <process.h>

Data Fields

struct list_head list
 List of processes. More...
 
struct process_descriptordesc
 Process descriptor. More...
 
struct refcntrefcnt
 Reference counter. More...
 

Detailed Description

A process.

Definition at line 17 of file process.h.

Field Documentation

◆ list

struct list_head process::list

List of processes.

Definition at line 19 of file process.h.

Referenced by process_add(), process_del(), process_init_stopped(), process_running(), and step().

◆ desc

struct process_descriptor* process::desc

Process descriptor.

Definition at line 21 of file process.h.

Referenced by process_init_stopped(), process_object(), and step().

◆ refcnt

struct refcnt* process::refcnt

Reference counter.

If this process is not part of a reference-counted object, this field may be NULL.

Definition at line 27 of file process.h.

Referenced by process_add(), process_del(), process_init_stopped(), and step().


The documentation for this struct was generated from the following file: