Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/include/
Dprt_exc_external.h39 extern ExcTaskInfoFunc g_excTaskInfoGet;
/kernel/uniproton/src/arch/cpu/armv7-m/common/exc/
Dprt_exc.c26 OS_SEC_BSS ExcTaskInfoFunc g_excTaskInfoGet; variable
/kernel/uniproton/src/core/kernel/task/
Dprt_task_init.c98 g_excTaskInfoGet = (ExcTaskInfoFunc)OsTskInfoGet; in OsTskInit()