RTEMS 6.1-rc2
|
This header file provides the interfaces of the Processor Mask. More...
#include <rtems/score/cpu.h>
#include <sys/cpuset.h>
#include <strings.h>
Go to the source code of this file.
Enumerations | |
enum | Processor_mask_Copy_status { PROCESSOR_MASK_COPY_LOSSLESS , PROCESSOR_MASK_COPY_PARTIAL_LOSS , PROCESSOR_MASK_COPY_COMPLETE_LOSS , PROCESSOR_MASK_COPY_INVALID_SIZE } |
Functions | |
typedef | __BITSET_DEFINE (Processor_mask, CPU_MAXIMUM_PROCESSORS) Processor_mask |
A bit map which is large enough to provide one bit for each processor in the system. | |
Processor_mask_Copy_status | _Processor_mask_Copy (long *dst, size_t dst_size, const long *src, size_t src_size) |
Copies one mask to another. | |
Variables | |
const Processor_mask | _Processor_mask_The_one_and_only |
This header file provides the interfaces of the Processor Mask.