RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Enumerations | Functions | Variables
processormaskimpl.h File Reference

This header file provides the interfaces of the Processor Mask. More...

#include <rtems/score/processormask.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

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
 

Detailed Description

This header file provides the interfaces of the Processor Mask.