Searched refs:ts2double (Results 1 – 3 of 3) sorted by relevance
46 double ts2double(const struct timespec *val) in ts2double() function277 if (ts2double(&delta) > amt) { break; } in testDelay()280 remaining = double2ts(amt - ts2double(&delta)); in testDelay()302 if (ts2double(&delta) > amt) { break; } in testDelaySpin()
30 double ts2double(const struct timespec *val);
286 double delta = ts2double(&deltaTimespec); in client()