Searched refs:sp (Results 1 – 1 of 1) sorted by relevance
172 struct timespec sp; in uv_uptime() local173 r = clock_gettime(CLOCK_MONOTONIC, &sp); in uv_uptime()177 *uptime = sp.tv_sec; in uv_uptime()
Completed in 8 milliseconds