[Lldb-commits] [PATCH] Improve stability of ProcessMonitor -- use a thread-safe queue instead of file descriptors with unchecked read/write calls to transfer Operation* between threads.

Daniel Malea daniel.malea at intel.com
Mon Sep 16 15:45:31 PDT 2013


  After discussing this with Matt K, I'm abandoning the approach of using the Queue in favour of a much simpler approach that just stores a single Operation* in ProcessMonitor, with two semaphores used for synchronization between the operation-thread and the caller-thread.

http://llvm-reviews.chandlerc.com/D1682



More information about the lldb-commits mailing list