Advertisement
nicb

NanoSleep

Jul 20th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. struct timespec time1, time2;
  2.     time1.tv_sec=0;
  3.     time1.tv_nsec=5000000;
  4.  
  5. nanosleep(&time1, &time2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement