Home
last modified time | relevance | path

Searched refs:max_activation (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dos.h868 …ype CreateTask(const CHAR *name, void(*entry_function)(), UINT priority, UINT max_activation,
Dthreadx_osek_readme.txt197 UINT max_activation,
Dtx_osek.c371 …ype CreateTask(const CHAR *name, void(*entry_function)(), UINT priority, UINT max_activation, in CreateTask() argument
410 if ((max_activation > OSEK_MAX_ACTIVATION) || (max_activation == 0u)) in CreateTask()
486 tcb_ptr->max_active = max_activation; in CreateTask()