summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Mutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-398/+0
* Disable mutex error checking so it doesn't create problems with the multi-thr...Greg Clayton2015-07-231-1/+1
* Fixing warnings shouldn't introduce a crasher.Greg Clayton2014-07-181-1/+3
* Cleanup/rearrange includes:Virgile Bello2013-08-281-1/+0
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-9/+16
* Fix various build warnings.Matt Kopec2013-06-031-0/+1
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-2/+1
* <rdar://problem/12446222>Enrico Granata2012-12-191-1/+34
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-4/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Fixed errors and warnings on debug code.Filipe Cabecinhas2012-07-091-4/+4
* Change the Mutex::Locker class so that it takes the Mutex object and locks it...Jim Ingham2012-06-081-71/+60
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-15/+8
* Fix a think in Mutex::Locker::Locker(pthread_mutex_t *) Really should lock t...Jim Ingham2012-05-041-2/+1
* Made sure that the collections of mutexes used inSean Callanan2012-04-141-2/+2
* In debug mode, assert if we haven't initialized a mutex we thought we'd initi...Jim Ingham2012-04-131-0/+1
* Added more complete error checking for mutexes only for "Debug" builds where ...Greg Clayton2012-04-131-1/+82
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-16/+26
* Fix typo.Johnny Chen2012-01-271-1/+1
* Enable extra error checking for debug builds in our mutexes byGreg Clayton2012-01-271-0/+36
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse moreGreg Clayton2010-09-071-0/+252
OpenPOWER on IntegriCloud