[Lldb-commits] [lldb] [lldb] Fix TestThreadExit.py flakiness (PR #190976)

via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 17 11:10:20 PDT 2026


jimingham wrote:

You could be more accurate than just counting threads here.  Darwin pthreads.h has a pthread_mach_thread_np that will give you the mach port number for a given pthread.  So you could record the mach thread you expected to see gone before join, and then just wait on that one to go away.

https://github.com/llvm/llvm-project/pull/190976


More information about the lldb-commits mailing list