Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dos.h867 …ype CreateTask(const CHAR *name, void(*entry_function)(), UINT priority, UINT max_activation,
Dthreadx_osek_readme.txt197 UINT max_activation,
Dtx_osek.c370 …ype CreateTask(const CHAR *name, void(*entry_function)(), UINT priority, UINT max_activation, in CreateTask() argument
409 if ((max_activation > OSEK_MAX_ACTIVATION) || (max_activation == 0u)) in CreateTask()
485 tcb_ptr->max_active = max_activation; in CreateTask()