index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mutex.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the compilers out of libart.
Elliott Hughes
2012-03-09
1
-0
/
+1
*
Fix a deadlock caused by my big threading change yesterday.
Elliott Hughes
2012-03-02
1
-5
/
+16
*
libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock.
Elliott Hughes
2012-03-01
1
-3
/
+28
*
Remove Mutex::ClearOwner.
Elliott Hughes
2012-01-30
1
-19
/
+0
*
Fix Mutex::ClearOwner for bionic
Brian Carlstrom
2012-01-28
1
-1
/
+2
*
Assert lock/unlock/trylock sanity.
Ian Rogers
2012-01-27
1
-0
/
+3
*
Fix thread hang
Brian Carlstrom
2012-01-25
1
-0
/
+27
*
Work around the lack of gettid(3) on Mac OS.
Elliott Hughes
2012-01-23
1
-0
/
+5
*
Reduce namespace pollution.
Elliott Hughes
2012-01-23
1
-1
/
+1
*
Mac build fixes I missed in my previous patch.
Elliott Hughes
2012-01-18
1
-1
/
+0
*
Make pthread_mutex_t destruction safer during shutdown.
Elliott Hughes
2012-01-13
1
-1
/
+7
*
Fix at least two deadlocks.
Elliott Hughes
2011-11-07
1
-13
/
+6
*
Fixes for ThreadStress test
Brian Carlstrom
2011-10-21
1
-0
/
+17
*
Work around a bionic bug until I can fix bionic.
Elliott Hughes
2011-10-12
1
-1
/
+9
*
Implement monitors.
Elliott Hughes
2011-09-16
1
-0
/
+33
*
Thread suspension.
Elliott Hughes
2011-09-14
1
-36
/
+12
*
Support 64-bit volatiles and reference/pointer volatiles.
Elliott Hughes
2011-09-13
1
-0
/
+1
*
More threads work.
Elliott Hughes
2011-09-11
1
-0
/
+105