Home
last modified time | relevance | path

Searched refs:SYSMGR_QUEUE_MSG_COUNT (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dos.h410 #define SYSMGR_QUEUE_MSG_COUNT (OSEK_MAX_ALARMS) macro
411 #define SYSMGR_QUEUE_DEPTH ((sizeof(ULONG)) * SYSMGR_QUEUE_MSG_COUNT)
Dtx_osek.c4359 if (msg_cnt == (SYSMGR_QUEUE_MSG_COUNT)) in IncrCounter()