Home
last modified time | relevance | path

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

/kernel/uniproton/src/core/kernel/timer/
Dprt_timer_minor.c36 ret = OS_ERRNO_TIMER_NOT_INIT_OR_GROUP_NOT_CREATED; in PRT_TimerStart()
65 ret = OS_ERRNO_TIMER_NOT_INIT_OR_GROUP_NOT_CREATED; in PRT_TimerStop()
99 ret = OS_ERRNO_TIMER_NOT_INIT_OR_GROUP_NOT_CREATED; in PRT_TimerQuery()
Dprt_timer.c56 ret = OS_ERRNO_TIMER_NOT_INIT_OR_GROUP_NOT_CREATED; in PRT_TimerCreate()
84 ret = OS_ERRNO_TIMER_NOT_INIT_OR_GROUP_NOT_CREATED; in PRT_TimerDelete()
112 ret = OS_ERRNO_TIMER_NOT_INIT_OR_GROUP_NOT_CREATED; in PRT_TimerRestart()
/kernel/uniproton/src/include/uapi/
Dprt_timer.h107 #define OS_ERRNO_TIMER_NOT_INIT_OR_GROUP_NOT_CREATED OS_ERRNO_BUILD_ERROR(OS_MID_TIMER, 0x08) macro