Searched refs:ms (Results 1 – 1 of 1) sorted by relevance
38 long ms = (long) ms_param; in test_thread() local46 printf("waiting %ld ms ...\n", ms); in test_thread()48 time.tv_sec = now.tv_sec + ms / 1000 + (now.tv_usec + (ms % 1000) * 1000) in test_thread()50 time.tv_nsec = ((now.tv_usec + (ms % 1000) * 1000) % 1000000) * 1000; in test_thread()
Completed in 3 milliseconds