index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
utils
/
Threads.cpp
Age
Commit message (
Expand
)
Author
2011-02-23
Bug 3362814 Fix SMP race in access to mRequestExit
Glenn Kasten
2011-02-16
Clean up use of HAVE_ANDROID_OS
Kenny Root
2011-01-30
Merge from open-source gingerbread
Jean-Baptiste Queru
2011-01-25
fix failing thread object run
Ritu Srivastava
2011-01-04
Fix issue 3302649.
Eric Laurent
2010-09-09
Always set the scheduling group when starting a new thread.
Dianne Hackborn
2010-09-07
Hopefully fix the build.
Dianne Hackborn
2010-09-07
Add system property to turn off scheduling groups.
Dianne Hackborn
2009-12-08
Maybe really fix windows build.
Dianne Hackborn
2009-12-08
Hopefully fix Windows build
Dianne Hackborn
2009-12-07
Propagate background scheduling class across processes.
Dianne Hackborn
2009-09-09
use broadcast() instead of signal() when signaling the condition-variable Thr...
Mathias Agopian
2009-08-01
Fix Win32 libutils to get a working SDK build.
David 'Digit' Turner
2009-07-13
implement Mutex and Condition with pthread instead of calling futex directly.
Mathias Agopian
2009-03-05
auto import from //depot/cupcake/@136594
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@132589
The Android Open Source Project
2009-03-02
auto import from //depot/cupcake/@137055
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project