user_timer_get_clock
status_t user_timer_get_clock(clockid_t clockID, bigtime_t& _time);
status_t error = user_timer_get_clock(clockID, time);
status_t error = user_timer_get_clock(timebase, now);