Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/include/
Dprt_cpu_external.h30 extern void *OsTskContextInit(U32 taskId, U32 stackSize, uintptr_t *topStack, uintptr_t funcTskEntr…
/kernel/uniproton/src/arch/cpu/armv7-m/common/
Dprt_port.c20 OS_SEC_L4_TEXT void *OsTskContextInit(U32 taskId, U32 stackSize, uintptr_t *topStack, uintptr_t fun… in OsTskContextInit() function
/kernel/uniproton/src/core/kernel/task/
Dprt_task_init.c360 stackPtr = OsTskContextInit(taskId, curStackSize, topStack, (uintptr_t)OsTskEntry); in OsTaskCreateOnly()