summaryrefslogtreecommitdiffstats
path: root/include/utils/threads.h
Commit message (Expand)AuthorAgeFilesLines
* split utils/threads.h into multiple headersMathias Agopian2013-07-301-544/+10
* Thread::getTid returns pid_t gettid() after runGlenn Kasten2013-07-301-2/+10
* A new API "androidGetThreadPriority"Andreas Huber2013-07-301-0/+4
* Fix typos and use new HAL_PRIORITY_URGENT_DISPLAY constantMathias Agopian2013-07-301-3/+4
* Add C++ thread API androidGetThreadSchedulingGroupGlenn Kasten2013-07-301-0/+7
* Add Thread::joinGlenn Kasten2013-07-301-0/+4
* Thread ID zero for androidSetThreadSchedulingGroupGlenn Kasten2013-07-301-2/+2
* Remove redundant memory barrierGlenn Kasten2013-07-301-0/+1
* Bug 3362814 Fix SMP race in access to mRequestExitGlenn Kasten2013-07-301-1/+2
* added RWLock C++ wrapperMathias Agopian2013-07-301-0/+90
* libutils Condition are now PRIVATE by defaultMathias Agopian2013-07-301-1/+18
* Propagate background scheduling class across processes.Dianne Hackborn2013-07-301-0/+18
* process: Switch to common cutils sched_policy apiSan Mehat2013-07-301-5/+0
* Process: Add support for using scheduler policies instead of cgroups.San Mehat2013-07-301-0/+5
* use broadcast() instead of signal() when signaling the condition-variable Thr...Mathias Agopian2013-07-301-0/+3
* add a ctor to Mutex to specify the type, which can be shared. This is used by...Mathias Agopian2013-07-301-0/+17
* implement Mutex and Condition with pthread instead of calling futex directly.Mathias Agopian2013-07-301-4/+86
* some work to try to reduce the code size of some native librariesMathias Agopian2013-07-301-5/+5
* Add support for changing a threads scheduler group. Three groups are availabl...San Mehat2013-07-301-0/+7
* auto import from //depot/cupcake/@136594The Android Open Source Project2013-07-301-35/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2013-07-301-0/+347
* auto import from //depot/cupcake/@135843The Android Open Source Project2013-07-301-347/+0
* Initial ContributionThe Android Open Source Project2013-07-301-0/+347