summaryrefslogtreecommitdiffstats
path: root/include/utils/threads.h
Commit message (Expand)AuthorAgeFilesLines
* libutils Condition are now PRIVATE by defaultMathias Agopian2010-03-191-1/+18
* Propagate background scheduling class across processes.Dianne Hackborn2009-12-071-0/+18
* process: Switch to common cutils sched_policy apiSan Mehat2009-09-121-5/+0
* Process: Add support for using scheduler policies instead of cgroups.San Mehat2009-09-101-0/+5
* use broadcast() instead of signal() when signaling the condition-variable Thr...Mathias Agopian2009-09-091-0/+3
* add a ctor to Mutex to specify the type, which can be shared. This is used by...Mathias Agopian2009-07-131-0/+17
* implement Mutex and Condition with pthread instead of calling futex directly.Mathias Agopian2009-07-131-4/+86
* some work to try to reduce the code size of some native librariesMathias Agopian2009-05-261-5/+5
* Add support for changing a threads scheduler group. Three groups are availabl...San Mehat2009-04-271-0/+7
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-35/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+347
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-347/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+347