Skip to content
  1. Sep 12, 2010
  2. Sep 10, 2010
  3. Sep 07, 2010
  4. Jul 23, 2010
    • Greg Clayton's avatar
      Remove a deadlock condition. A bit of explanation is needed: When calling · 57240431
      Greg Clayton authored
      ThreadCancel in Host::WillTerminate g_monitor_thread may be blocked on a call
      to pthread_cond_wait (for example, line 640).  Now, by default, when a 
      cancellation request is serviced g_monitor_thread will again own the mutex
      guarding the condition variable it was waiting on.  This causes the call to 
      SetValue in Host::WillTerminate to hit a deadlock.
      
      The call to SetValue does not appear to be needed, so removing it solves
      the issue.
      
      Patch from Stephen Wilson.
      
      llvm-svn: 109228
      57240431
  5. Jul 02, 2010
  6. Jun 08, 2010
Loading