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

/seL4-refos-master/libs/libutils/src/
H A Dzf_log.c108 typedef void (*time_cb)(struct tm *const tm, unsigned *const usec);
113 static void time_callback(struct tm *const tm, unsigned *const usec);
206 static void time_callback(struct tm *const tm, unsigned *const usec) argument
212 *usec = tv.tv_usec;
298 unsigned usec; local
300 g_time_cb(&tm, &usec);
306 (unsigned)(usec / 1000),
/seL4-refos-master/projects/util_libs/libutils/src/
H A Dzf_log.c108 typedef void (*time_cb)(struct tm *const tm, unsigned *const usec);
113 static void time_callback(struct tm *const tm, unsigned *const usec);
206 static void time_callback(struct tm *const tm, unsigned *const usec) argument
212 *usec = tv.tv_usec;
298 unsigned usec; local
300 g_time_cb(&tm, &usec);
306 (unsigned)(usec / 1000),

Completed in 80 milliseconds