Home
last modified time | relevance | path

Searched refs:OS_REPORT_ERROR (Results 1 – 9 of 9) sorted by relevance

/kernel/uniproton/src/core/kernel/task/
Dprt_task_del.c26 OS_REPORT_ERROR(OS_ERRNO_TSK_DELETE_LOCKED); in OsTaskDelStatusCheck()
44 OS_REPORT_ERROR(ret); in OsTaskExit()
45 OS_REPORT_ERROR(OS_ERRNO_TSK_EXIT_WITH_RESOURCE); in OsTaskExit()
Dprt_task_minor.c82 OS_REPORT_ERROR(OS_ERRNO_TSK_YIELD_NOT_ENOUGH_TASK); in OsTaskYield()
107 OS_REPORT_ERROR(OS_ERRNO_TSK_DELAY_IN_INT); in PRT_TaskDelay()
177 OS_REPORT_ERROR(OS_ERRNO_TSK_UNLOCK_NO_LOCK); in PRT_TaskUnlock()
Dprt_amp_task_minor.c53 OS_REPORT_ERROR(OS_ERRNO_TSK_SUSPEND_LOCKED); in PRT_TaskSuspend()
/kernel/uniproton/src/mem/fsc/
Dprt_fscmem.c54 OS_REPORT_ERROR(OS_ERRNO_FSCMEM_ALLOC_NO_MEMORY); in OsFscMemSearch()
80 OS_REPORT_ERROR(OS_ERRNO_MEM_ALLOC_SIZE_ZERO); in OsFscMemAlloc()
83 OS_REPORT_ERROR(OS_ERRNO_MEM_ALLOC_SIZETOOLARGE); in OsFscMemAlloc()
/kernel/uniproton/src/om/cpup/
Dprt_cpup_minor.c27 OS_REPORT_ERROR(ret); in PRT_CpupNow()
Dprt_cpup_thread_64.c209 OS_REPORT_ERROR(OS_ERRNO_CPUP_OS_NOT_STARTED); in OsCpupThreadNow()
/kernel/uniproton/src/om/include/
Dprt_err_external.h35 #define OS_REPORT_ERROR(errNo) \ macro
/kernel/uniproton/src/core/kernel/timer/swtmr/
Dprt_swtmr_init.c266 OS_REPORT_ERROR(ret); in OsSwTmrResInit()
/kernel/uniproton/src/core/kernel/irq/
Dprt_irq.c48 OS_REPORT_ERROR(OS_ERRNO_HWI_UNCREATED); in OsHwiDefaultHandler()