summaryrefslogtreecommitdiffstats
path: root/libs/utils/Threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bug 3362814 Fix SMP race in access to mRequestExitGlenn Kasten2011-02-231-4/+23
* Clean up use of HAVE_ANDROID_OSKenny Root2011-02-161-1/+1
* Merge from open-source gingerbreadJean-Baptiste Queru2011-01-301-0/+1
|\
| * fix failing thread object runRitu Srivastava2011-01-251-0/+1
* | Fix issue 3302649.Eric Laurent2011-01-041-0/+3
|/
* Always set the scheduling group when starting a new thread.Dianne Hackborn2010-09-091-16/+23
* Hopefully fix the build.Dianne Hackborn2010-09-071-0/+2
* Add system property to turn off scheduling groups.Dianne Hackborn2010-09-071-8/+29
* Maybe really fix windows build.Dianne Hackborn2009-12-081-1/+4
* Hopefully fix Windows buildDianne Hackborn2009-12-081-0/+2
* Propagate background scheduling class across processes.Dianne Hackborn2009-12-071-0/+49
* use broadcast() instead of signal() when signaling the condition-variable Thr...Mathias Agopian2009-09-091-2/+7
* Fix Win32 libutils to get a working SDK build.David 'Digit' Turner2009-08-011-1/+18
* implement Mutex and Condition with pthread instead of calling futex directly.Mathias Agopian2009-07-131-286/+4
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-176/+50
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1128
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1126/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+1
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+3
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1126