Home | History | Annotate | Download | only in x11vnc

Lines Matching full:nap_sleep

66 void nap_sleep(int ms, int split);
2910 void nap_sleep(int ms, int split) {
2984 nap_sleep(2 * ms, 16);
2991 nap_sleep(ms, 8);
3006 nap_sleep(ms, 1);