Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
d35df4412bc2218bb0d22522bd366123b8e6400c
/
include
/
utils
/
threads.h
9dbd7d8
Remove redundant memory barrier
by Glenn Kasten
· 14 years ago
c2b3cda
Bug 3362814 Fix SMP race in access to mRequestExit
by Glenn Kasten
· 14 years ago
66c46a6
added RWLock C++ wrapper
by Mathias Agopian
· 15 years ago
a729f97
libutils Condition are now PRIVATE by default
by Mathias Agopian
· 15 years ago
887f355
Propagate background scheduling class across processes.
by Dianne Hackborn
· 15 years ago
242d65b
process: Switch to common cutils sched_policy api
by San Mehat
· 15 years ago
181b31a
Process: Add support for using scheduler policies instead of cgroups.
by San Mehat
· 15 years ago
d42bd87
use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for
by Mathias Agopian
· 15 years ago
fb4f266
add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes
by Mathias Agopian
· 16 years ago
b1c4ca5
implement Mutex and Condition with pthread instead of calling futex directly.
by Mathias Agopian
· 16 years ago
aaf834a
some work to try to reduce the code size of some native libraries
by Mathias Agopian
· 16 years ago
e9d376b
Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background
by San Mehat
· 16 years ago
4df2423
auto import from //depot/cupcake/@136594
by The Android Open Source Project
· 16 years ago
9066cfe
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
d83a98f
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
54b6cfa
Initial Contribution
by The Android Open Source Project
· 16 years ago