summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/HostThreadPosix.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* HostThreadPosix::Cancel: remove android-specific implementationPavel Labath2018-03-061-4/+1
* [POSIX] Replace assert with llvm_unreachable(). NFCI.Davide Italiano2017-11-151-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-50/+33
* Disable HostThread::Cancel assertion on FreeBSDEd Maste2016-05-131-0/+2
* Fix some long standing issues that caused tests to be flaky. Greg Clayton2016-05-121-6/+12
* Fix being able to get a thread result when calling HostThreadPosix::Join(). I...Greg Clayton2015-01-061-2/+5
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-0/+4
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-9/+13
* Create a HostThread abstraction.Zachary Turner2014-09-091-0/+63
OpenPOWER on IntegriCloud