index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
utils
/
threads.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
split utils/threads.h into multiple headers
Mathias Agopian
2013-07-30
1
-544
/
+10
*
Thread::getTid returns pid_t gettid() after run
Glenn Kasten
2013-07-30
1
-2
/
+10
*
A new API "androidGetThreadPriority"
Andreas Huber
2013-07-30
1
-0
/
+4
*
Fix typos and use new HAL_PRIORITY_URGENT_DISPLAY constant
Mathias Agopian
2013-07-30
1
-3
/
+4
*
Add C++ thread API androidGetThreadSchedulingGroup
Glenn Kasten
2013-07-30
1
-0
/
+7
*
Add Thread::join
Glenn Kasten
2013-07-30
1
-0
/
+4
*
Thread ID zero for androidSetThreadSchedulingGroup
Glenn Kasten
2013-07-30
1
-2
/
+2
*
Remove redundant memory barrier
Glenn Kasten
2013-07-30
1
-0
/
+1
*
Bug 3362814 Fix SMP race in access to mRequestExit
Glenn Kasten
2013-07-30
1
-1
/
+2
*
added RWLock C++ wrapper
Mathias Agopian
2013-07-30
1
-0
/
+90
*
libutils Condition are now PRIVATE by default
Mathias Agopian
2013-07-30
1
-1
/
+18
*
Propagate background scheduling class across processes.
Dianne Hackborn
2013-07-30
1
-0
/
+18
*
process: Switch to common cutils sched_policy api
San Mehat
2013-07-30
1
-5
/
+0
*
Process: Add support for using scheduler policies instead of cgroups.
San Mehat
2013-07-30
1
-0
/
+5
*
use broadcast() instead of signal() when signaling the condition-variable Thr...
Mathias Agopian
2013-07-30
1
-0
/
+3
*
add a ctor to Mutex to specify the type, which can be shared. This is used by...
Mathias Agopian
2013-07-30
1
-0
/
+17
*
implement Mutex and Condition with pthread instead of calling futex directly.
Mathias Agopian
2013-07-30
1
-4
/
+86
*
some work to try to reduce the code size of some native libraries
Mathias Agopian
2013-07-30
1
-5
/
+5
*
Add support for changing a threads scheduler group. Three groups are availabl...
San Mehat
2013-07-30
1
-0
/
+7
*
auto import from //depot/cupcake/@136594
The Android Open Source Project
2013-07-30
1
-35
/
+0
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2013-07-30
1
-0
/
+347
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2013-07-30
1
-347
/
+0
*
Initial Contribution
The Android Open Source Project
2013-07-30
1
-0
/
+347