index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Host
/
common
/
Mutex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-398
/
+0
*
Disable mutex error checking so it doesn't create problems with the multi-thr...
Greg Clayton
2015-07-23
1
-1
/
+1
*
Fixing warnings shouldn't introduce a crasher.
Greg Clayton
2014-07-18
1
-1
/
+3
*
Cleanup/rearrange includes:
Virgile Bello
2013-08-28
1
-1
/
+0
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-9
/
+16
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-0
/
+1
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-2
/
+1
*
<rdar://problem/12446222>
Enrico Granata
2012-12-19
1
-1
/
+34
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-4
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
Fixed errors and warnings on debug code.
Filipe Cabecinhas
2012-07-09
1
-4
/
+4
*
Change the Mutex::Locker class so that it takes the Mutex object and locks it...
Jim Ingham
2012-06-08
1
-71
/
+60
*
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
Jim Ingham
2012-05-04
1
-15
/
+8
*
Fix a think in Mutex::Locker::Locker(pthread_mutex_t *) Really should lock t...
Jim Ingham
2012-05-04
1
-2
/
+1
*
Made sure that the collections of mutexes used in
Sean Callanan
2012-04-14
1
-2
/
+2
*
In debug mode, assert if we haven't initialized a mutex we thought we'd initi...
Jim Ingham
2012-04-13
1
-0
/
+1
*
Added more complete error checking for mutexes only for "Debug" builds where ...
Greg Clayton
2012-04-13
1
-1
/
+82
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-16
/
+26
*
Fix typo.
Johnny Chen
2012-01-27
1
-1
/
+1
*
Enable extra error checking for debug builds in our mutexes by
Greg Clayton
2012-01-27
1
-0
/
+36
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more
Greg Clayton
2010-09-07
1
-0
/
+252