Lines Matching refs:time
140 * @param[in] timeVal Indicates the max time for select to wait.
275 * This callback is to get the system current time in long format.
373 * @param[in] time The time interval(in milliseconds)for which execution is to be suspended.
377 typedef void (*FillpSysSleepMsFunc)(IN FILLP_UINT time); /* In Millseconds */
384 * @param[in] time The time interval for which execution is to be suspended, in microseconds.
388 typedef FILLP_INT (*FillpSysUSleepFunc)(IN FILLP_UINT time); /* us */
821 * @param[in] timeout Indicates the time to wait.
825 * @note Application must provide functionality which does not have impact with system time change.