TestConcurrentEvents - delay threads not working
authorVince Harron <vharron@google.com>
Thu, 13 Nov 2014 04:00:23 +0000 (04:00 +0000)
committerVince Harron <vharron@google.com>
Thu, 13 Nov 2014 04:00:23 +0000 (04:00 +0000)
commitfa08e6a3aa9cac4e8da764d32ad80cf076b50625
treeba50a304c760486f87d1c69ef2121512fdbdb963
parentb43804b6f43749faa1bbedb09794f322c9a7f17b
TestConcurrentEvents - delay threads not working

Part of TestConcurrentEvents starts threads that are supposed to be
delayed by one second.

Test was adding "delay" threads to the "actions" thread list instead
of the "delay_actions" list, which caused them to be started without
delay.

llvm-svn: 221859
lldb/test/functionalities/thread/concurrent_events/main.cpp