summaryrefslogtreecommitdiff
path: root/include/utils/threads.h
AgeCommit message (Expand)Author
2011-09-16A new API "androidGetThreadPriority" Andreas Huber
2011-08-29Merge "Add C++ thread API androidGetThreadSchedulingGroup" Glenn Kasten
2011-08-09Fix typos and use new HAL_PRIORITY_URGENT_DISPLAY constant Mathias Agopian
2011-07-08Add C++ thread API androidGetThreadSchedulingGroup Glenn Kasten
2011-07-06Merge "Add Thread::join" Glenn Kasten
2011-06-23Add Thread::join Glenn Kasten
2011-06-22Thread ID zero for androidSetThreadSchedulingGroup Glenn Kasten
2011-06-10Remove redundant memory barrier Glenn Kasten
2011-02-23Bug 3362814 Fix SMP race in access to mRequestExit Glenn Kasten
2010-05-19added RWLock C++ wrapper Mathias Agopian
2010-03-19libutils Condition are now PRIVATE by default Mathias Agopian
2009-12-07Propagate background scheduling class across processes. Dianne Hackborn
2009-09-12process: Switch to common cutils sched_policy api San Mehat
2009-09-10Process: Add support for using scheduler policies instead of cgroups. San Mehat
2009-09-09use broadcast() instead of signal() when signaling the condition-variable Thr... Mathias Agopian
2009-07-13add a ctor to Mutex to specify the type, which can be shared. This is used by... Mathias Agopian
2009-07-13implement Mutex and Condition with pthread instead of calling futex directly. Mathias Agopian
2009-05-26some work to try to reduce the code size of some native libraries Mathias Agopian
2009-04-27Add support for changing a threads scheduler group. Three groups are availabl... San Mehat
2009-03-05auto import from //depot/cupcake/@136594 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project