summaryrefslogtreecommitdiffstats
path: root/include/utils/threads.h
Commit message (Expand)AuthorAgeFilesLines
* Thread::getTid returns pid_t gettid() after runGlenn Kasten2012-01-171-2/+10
* A new API "androidGetThreadPriority"Andreas Huber2011-09-161-0/+4
* Merge "Add C++ thread API androidGetThreadSchedulingGroup"Glenn Kasten2011-08-291-0/+7
|\
| * Add C++ thread API androidGetThreadSchedulingGroupGlenn Kasten2011-07-081-0/+7
* | Fix typos and use new HAL_PRIORITY_URGENT_DISPLAY constantMathias Agopian2011-08-091-3/+4
|/
* Merge "Add Thread::join"Glenn Kasten2011-07-061-0/+4
|\
| * Add Thread::joinGlenn Kasten2011-06-231-0/+4
* | Thread ID zero for androidSetThreadSchedulingGroupGlenn Kasten2011-06-221-2/+2
|/
* Remove redundant memory barrierGlenn Kasten2011-06-101-0/+1
* Bug 3362814 Fix SMP race in access to mRequestExitGlenn Kasten2011-02-231-1/+2
* added RWLock C++ wrapperMathias Agopian2010-05-191-0/+90
* 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