|
RTEMS
|
A per-processor job. More...
#include <percpu.h>
Public Attributes | |
| union { | |
| struct Per_CPU_Job * next | |
| The next job in the corresponding per-processor job list. | |
| Atomic_Ulong done | |
| Indication if the job is done. More... | |
| }; | |
| const Per_CPU_Job_context * | context |
| Pointer to the job context to get the handler and argument. | |
A per-processor job.
This structure must be as small as possible due to stack space constraints in _SMP_Multicast_action().
| Atomic_Ulong Per_CPU_Job::done |
1.8.14