Skip to content
Snippets Groups Projects
  1. Feb 28, 2013
  2. Feb 25, 2013
  3. Feb 23, 2013
    • Avi Kivity's avatar
      sched: don't auto-start threads · f5c34d80
      Avi Kivity authored
      While easy to use, auto-starting threads generates problems when more
      complicated initialization takes place.
      
      Rather than making auto-start optional (as Guy suggested), remove it
      completely, to keep the API simple.
      
      Use thread::start() to start a thread.  Unstarted threads ignore wakeups
      until started.
      f5c34d80
  4. Feb 22, 2013
  5. Feb 21, 2013
  6. Feb 17, 2013
  7. Feb 13, 2013
  8. Feb 12, 2013
  9. Feb 10, 2013
  10. Feb 07, 2013
  11. Feb 06, 2013
  12. Feb 05, 2013
Loading