Skip to content
Snippets Groups Projects
  1. Apr 07, 2013
  2. Apr 02, 2013
  3. Mar 22, 2013
  4. Mar 21, 2013
  5. Mar 11, 2013
  6. Mar 07, 2013
  7. Mar 05, 2013
  8. Mar 04, 2013
  9. Mar 03, 2013
  10. Feb 28, 2013
  11. Feb 25, 2013
  12. 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
  13. Feb 22, 2013
  14. Feb 21, 2013
Loading