Handle timeouts in epoll
This commit is contained in:
@@ -211,7 +211,6 @@ long clock_micros(void) {
|
||||
return time.tv_sec * 1000000 + time.tv_nsec / 1000;
|
||||
}
|
||||
|
||||
|
||||
long clock_cpu(void) {
|
||||
struct timespec time;
|
||||
clock_gettime(CLOCK_THREAD_CPUTIME_ID, &time);
|
||||
|
||||
Reference in New Issue
Block a user