Rudiments
snooze.h
1 // Copyright (c) 2015 David Muse
2 // See the COPYING file for more information.
3 
4  private:
5  static bool nanosnooze(uint32_t seconds,
6  uint32_t nanoseconds,
7  uint32_t *secondsremaining,
8  uint32_t *nanosecondsremaining,
9  bool autoresume);