Searched refs:GETTIME (Results 1 – 2 of 2) sorted by relevance
56 #define GETTIME(v) (v = g_thread_gettime ()) macro75 GETTIME (timer->start); in g_timer_new()95 GETTIME (timer->start); in g_timer_start()105 GETTIME (timer->end); in g_timer_stop()113 GETTIME (timer->start); in g_timer_reset()131 GETTIME (timer->start); in g_timer_continue()148 GETTIME (timer->end); in g_timer_elapsed()
3508 * gtimer.c (GETTIME): Reduce #ifdefs, use a macro GETTIME().