EM-ODP  3.7.0
Event Machine on ODP
em_dispatcher_types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  idle_state_t { IDLE_STATE_UNDEF = 0, IDLE_STATE_IDLE = 1, IDLE_STATE_ACTIVE = 2 }
 

Detailed Description

EM internal dispatcher types & definitions

Definition in file em_dispatcher_types.h.

Enumeration Type Documentation

◆ idle_state_t

The idle state of a core

Enumerator
IDLE_STATE_UNDEF 

Undefined

IDLE_STATE_IDLE 

Core is idle

IDLE_STATE_ACTIVE 

Core is active, processing event

Definition at line 47 of file em_dispatcher_types.h.