Searched refs:responseID (Results 1 – 3 of 3) sorted by relevance
51 STATIC INLINE VOID SchedNextExpireTimeSet(UINT32 responseID, UINT64 taskEndTime, UINT32 oldResponse… in SchedNextExpireTimeSet() argument59 if (rq->responseID == oldResponseID) { in SchedNextExpireTimeSet()79 rq->responseID = responseID; in SchedNextExpireTimeSet()81 rq->responseID = OS_INVALID_VALUE; in SchedNextExpireTimeSet()190 if (rq->responseID == OS_INVALID_VALUE) { in OsSchedTick()351 rq->responseID = OS_INVALID; in OsSchedStart()
87 STATIC INLINE VOID OsSchedSetNextExpireTime(UINT32 responseID, UINT64 taskEndTime) in OsSchedSetNextExpireTime() argument107 g_schedResponseID = responseID; in OsSchedSetNextExpireTime()
116 UINT32 responseID; /* The response ID of the current CPU tick interrupt */ member