Skip to content
  • Raymond Toy's avatar
    Fix #26: Use nanosleep to sleep · e5777ecb
    Raymond Toy authored
    lisp/os-common.c:
    o Implement os_sleep(double) to sleep for the given number of
      seconds.  Uses nanosleep on all platforms to sleep, taking care to
      sleep more if nanosleep was interrupted.
    
    code/lispinit.lisp:
    code/multi-proc.lisp:
    o Use the new os_sleep function to sleep for the requested amount of
      time.
    e5777ecb