Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
d56eff2f49e64bb71863ffb866af8c3f686b96e9
/
include
/
utils
/
threads.h
f91bb05
split utils/threads.h into multiple headers
by Mathias Agopian
· 13 years ago
ba699cb
Thread::getTid returns pid_t gettid() after run
by Glenn Kasten
· 14 years ago
1d60b96
A new API "androidGetThreadPriority"
by Andreas Huber
· 14 years ago
940673f
Merge "Add C++ thread API androidGetThreadSchedulingGroup"
by Glenn Kasten
· 14 years ago
a11499a
Fix typos and use new HAL_PRIORITY_URGENT_DISPLAY constant
by Mathias Agopian
· 14 years ago
4fb2427
Add C++ thread API androidGetThreadSchedulingGroup
by Glenn Kasten
· 14 years ago
be3c018
Merge "Add Thread::join"
by Glenn Kasten
· 14 years ago
58e012d
Add Thread::join
by Glenn Kasten
· 14 years ago
ce63396
Thread ID zero for androidSetThreadSchedulingGroup
by Glenn Kasten
· 14 years ago
d9e1bb7
Remove redundant memory barrier
by Glenn Kasten
· 14 years ago
7e453a5
Bug 3362814 Fix SMP race in access to mRequestExit
by Glenn Kasten
· 15 years ago
dcf01e6
added RWLock C++ wrapper
by Mathias Agopian
· 15 years ago
26d2442
libutils Condition are now PRIVATE by default
by Mathias Agopian
· 15 years ago
8c6cedc
Propagate background scheduling class across processes.
by Dianne Hackborn
· 16 years ago
c101e04
process: Switch to common cutils sched_policy api
by San Mehat
· 16 years ago
9410f98
Process: Add support for using scheduler policies instead of cgroups.
by San Mehat
· 16 years ago
4de4ebf
use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for
by Mathias Agopian
· 16 years ago
eb9fd68
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
ec0f1f6
implement Mutex and Condition with pthread instead of calling futex directly.
by Mathias Agopian
· 16 years ago
83c0446
some work to try to reduce the code size of some native libraries
by Mathias Agopian
· 16 years ago
046cda4
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
9adf84a
auto import from //depot/cupcake/@136594
by The Android Open Source Project
· 16 years ago
edbf3b6
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
d5193d9
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
7c1b96a
Initial Contribution
by The Android Open Source Project
· 17 years ago