Searched refs:OSTicks (Results 1 – 3 of 3) sorted by relevance
121 gki_cb.com.OSTicks = (uint32_t)times(nullptr); in GKI_init()154 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()926 gki_cb.com.OSTicks = times(nullptr); in GKI_get_time_stamp()927 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
181 uint32_t OSTicks; /* system ticks from start */ member
144 uint32_t GKI_get_tick_count(void) { return gki_cb.com.OSTicks; } in GKI_get_tick_count()374 gki_cb.com.OSTicks += ticks_since_last_update; in GKI_timer_update()