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
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