Home
last modified time | relevance | path

Searched defs:expireTime (Results 1 – 5 of 5) sorted by relevance

/kernel/uniproton/src/osal/posix/
Dprt_posix_time.c135 void OsTimeMs2Spec(U32 expireTime, struct timespec *tp) in OsTimeMs2Spec()
144 void OsTimeSpec2Ms(const struct timespec *tp, U32 *expireTime) in OsTimeSpec2Ms()
209 U32 expireTime; // 剩余超时时间,单位ms in timer_gettime() local
/kernel/uniproton/src/core/kernel/timer/swtmr/
Dprt_swtmr_info.c21 U32 expireTime = 0; in PRT_SwTmrInfoGet() local
Dprt_swtmr_minor.c234 OS_SEC_L2_TEXT U32 OsSwTmrQuery(TimerHandle tmrHandle, U32 *expireTime) in OsSwTmrQuery()
/kernel/uniproton/src/core/kernel/timer/
Dprt_timer_minor.c80 OS_SEC_L2_TEXT U32 PRT_TimerQuery(U32 mid, TimerHandle tmrHandle, U32 *expireTime) in PRT_TimerQuery()
/kernel/liteos_m/components/power/
Dlos_pm.c134 UINT64 expireTime = OsSchedGetNextExpireTime(currTime); in OsPmTickTimerStop() local