Skip to content
  1. Oct 23, 2009
    • Ted Kremenek's avatar
      Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents... · b5cd6233
      Ted Kremenek authored
      Use 'waitpid' instead of 'wait'.  Basing Program::Wait() on 'wait()' prevents it being correct within a multithreaded context.
      
      This address: PR 5277 (Program::Wait is unsafe to call from multiple threads).
      
      Note: If waitpid() turns out to be non-portable, we can add more autoconf magic, or look into
      another solution.
      
      llvm-svn: 84903
      b5cd6233
  2. Oct 22, 2009
  3. Oct 21, 2009
Loading