Skip to content
  • AndyGill's avatar
    [project @ 2000-03-20 09:42:49 by andy] · 90a6918a
    AndyGill authored
    Adding an alternative to the "delay" system used for
    threads that are waiting for time to pass.
    
    This works on a target time basis, eliminating the
    need to use the ticky style counter.
    
    It is only enabled under:
    
    #if defined(INTERPRETER) && !defined(HAVE_SETITIMER)
    90a6918a