Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/exc/
Dprt_exc.c58 if (g_intCount > CUR_NEST_COUNT) { in OsExcGetThreadInfo()
116 excInfo->nestCnt = CUR_NEST_COUNT; in OsExcSaveInfo()
158 CUR_NEST_COUNT++; in OsExcHandleEntryM4()
164 if (OS_EXC_MAX_NEST_DEPTH < CUR_NEST_COUNT || g_excSaveFlag == TRUE) { in OsExcHandleEntryM4()
/kernel/uniproton/src/core/kernel/include/
Dprt_kexc_external.h40 #define CUR_NEST_COUNT g_curNestCount macro
/kernel/uniproton/src/core/kernel/sys/
Dprt_sys.c62 if (CUR_NEST_COUNT > 0) { in OsCurThreadType()