PER_NANO 593 thread_pthread.c if (ts.tv_nsec >= PER_NANO){ PER_NANO 595 thread_pthread.c ts.tv_nsec -= PER_NANO; PER_NANO 737 thread_pthread.c if (ts->tv_nsec >= PER_NANO) { PER_NANO 739 thread_pthread.c ts->tv_nsec -= PER_NANO; PER_NANO 751 thread_pthread.c #define WAIT_FOR_10MS() native_cond_timedwait(&timer_thread_cond, &timer_thread_lock, get_ts(&ts, PER_NANO/100))