Searched refs:h_Timer (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dxx_ext.h512 @Param[in] h_Timer - A handle to a timer.
516 void XX_FreeTimer(t_Handle h_Timer);
527 @Param[in] h_Timer - A handle to a timer.
538 void XX_StartTimer(t_Handle h_Timer,
549 @Param[in] h_Timer - A handle to a timer.
553 void XX_StopTimer(t_Handle h_Timer);
561 @Param[in] h_Timer - A handle to a timer.
565 uint32_t XX_GetExpirationTime(t_Handle h_Timer);
575 @Param[in] h_Timer - A handle to a timer.
581 void XX_ModTimer(t_Handle h_Timer, uint32_
[all...]
/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c635 XX_FreeTimer(t_Handle h_Timer) argument
642 XX_StartTimer(t_Handle h_Timer, argument
653 XX_GetExpirationTime(t_Handle h_Timer) argument
661 XX_StopTimer(t_Handle h_Timer) argument
668 XX_ModTimer(t_Handle h_Timer, uint32_t msecs) argument
675 XX_TimerIsActive(t_Handle h_Timer) argument

Completed in 313 milliseconds