Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dos.h409 #define SYSMGR_QUEUE_MSG_COUNT (OSEK_MAX_ALARMS) macro
410 #define SYSMGR_QUEUE_DEPTH ((sizeof(ULONG)) * SYSMGR_QUEUE_MSG_COUNT)
Dtx_osek.c4358 if (msg_cnt == (SYSMGR_QUEUE_MSG_COUNT)) in IncrCounter()