Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get test executables compiling on Windows. | Zachary Turner | 2014-08-13 | 1 | -41/+0 |
| | | | | | | | | | | | | | | Many of the test executables use pthreads directly. This isn't portable on Windows, so this patch converts these test to use C++11 threads and mutexes. Since Windows' implementation of std::thread classes throw and catch from header files, this patch also disables exceptions when compiling with clang on Windows. Reviewed by: Todd Fiala, Ed Maste Differential Revision: http://reviews.llvm.org/D4816 llvm-svn: 215562 | ||||
* | Fix interval recalculation in the event that usleep is interrupted | Ed Maste | 2014-04-29 | 1 | -1/+1 |
| | | | | llvm-svn: 207566 | ||||
* | Add the ability to set timeout & "run all threads" options both from the ↵ | Jim Ingham | 2012-10-16 | 1 | -0/+41 |
"expr" command and from the SB API's that evaluate expressions. <rdar://problem/12457211> llvm-svn: 166062 |