Home
last modified time | relevance | path

Searched refs:OS_ERROR_LOG_REPORT (Results 1 - 3 of 3) sorted by relevance

/kernel/uniproton/src/core/kernel/timer/
H A Dprt_timer.c64 OS_ERROR_LOG_REPORT(OS_ERR_LEVEL_HIGH, "timer create error, timer type is 0x%x\n", createPara->type); in PRT_TimerCreate()
92 OS_ERROR_LOG_REPORT(OS_ERR_LEVEL_HIGH, "timer del error handle 0x%x\n", tmrHandle); in PRT_TimerDelete()
120 OS_ERROR_LOG_REPORT(OS_ERR_LEVEL_HIGH, "timer restart error handle 0x%x\n", tmrHandle); in PRT_TimerRestart()
H A Dprt_timer_minor.c44 OS_ERROR_LOG_REPORT(OS_ERR_LEVEL_HIGH, "timer start error handle 0x%x\n", tmrHandle); in PRT_TimerStart()
73 OS_ERROR_LOG_REPORT(OS_ERR_LEVEL_HIGH, "timer stop error handle 0x%x\n", tmrHandle); in PRT_TimerStop()
107 OS_ERROR_LOG_REPORT(OS_ERR_LEVEL_HIGH, "timer query error handle 0x%x\n", tmrHandle); in PRT_TimerQuery()
/kernel/uniproton/src/om/include/
H A Dprt_err_external.h46 #define OS_ERROR_LOG_REPORT(traceLevel, format, ...) macro
50 #define OS_LOG_REPORT_DBG(format, ...) OS_ERROR_LOG_REPORT(OS_ERR_LEVEL_HIGH, (format), ##__VA_ARGS__)

Completed in 1 milliseconds