RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Macros | Functions
processormask.h File Reference

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

#include <rtems/score/cpu.h>
#include <sys/_bitset.h>

Go to the source code of this file.

Macros

#define __BIT_AND2   BIT_AND2
 
#define __BIT_CLR   BIT_CLR
 
#define __BIT_CMP   BIT_CMP
 
#define __BIT_COPY   BIT_COPY
 
#define __BIT_COUNT   BIT_COUNT
 
#define __BITSET_DEFINE   BITSET_DEFINE
 
#define __BIT_EMPTY   BIT_EMPTY
 
#define __BIT_FILL   BIT_FILL
 
#define __BIT_FLS   BIT_FLS
 
#define __BIT_ISSET   BIT_ISSET
 
#define __BIT_OR2   BIT_OR2
 
#define __BIT_OVERLAP   BIT_OVERLAP
 
#define __BIT_SET   BIT_SET
 
#define __BIT_SETOF   BIT_SETOF
 
#define __BIT_SUBSET   BIT_SUBSET
 
#define __BIT_XOR2   BIT_XOR2
 
#define __BIT_ZERO   BIT_ZERO
 

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.
 

Detailed Description

This header file provides the interfaces of the Processor Mask.