RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros | Functions
threaddispatchdisablelevel.c File Reference

Thread Dispatch Disable Functions. More...

#include <rtems/score/threaddispatch.h>
#include <rtems/score/assert.h>
#include <rtems/score/profiling.h>
#include <rtems/score/sysstate.h>
Include dependency graph for threaddispatchdisablelevel.c:

Data Structures

struct  Giant_Control
 

Macros

#define NO_OWNER_CPU   NULL
 

Functions

void _Giant_Drop (Per_CPU_Control *cpu_self)
 
uint32_t _Thread_Dispatch_increment_disable_level (void)
 
uint32_t _Thread_Dispatch_decrement_disable_level (void)
 
void _Giant_Acquire (Per_CPU_Control *cpu_self)
 
void _Giant_Release (Per_CPU_Control *cpu_self)
 

Detailed Description

Thread Dispatch Disable Functions.