summaryrefslogtreecommitdiffstats
path: root/libs/utils/Threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add Thread::isRunning and Condition::signal(WakeUpType)" into jb-mr2-devRomain Guy2013-03-111-0/+5
|\
| * Add Thread::isRunning and Condition::signal(WakeUpType)Romain Guy2013-03-111-0/+5
* | rename binder services main thread to Binder_*Mathias Agopian2013-03-071-18/+22
|/
* Revert "try to fix win_sdk build."Nick Kralevich2013-02-021-1/+1
* try to fix win_sdk build.Nick Kralevich2013-02-011-1/+1
* Workaround for add_tid_to_cgroup failed to writeGlenn Kasten2012-05-101-1/+3
* Scheduling group cleanupGlenn Kasten2012-04-191-57/+0
* Add a simple work queue abstraction.Jeff Brown2012-03-171-0/+2
* Thread::getTid returns pid_t gettid() after runGlenn Kasten2012-01-171-3/+35
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-4/+4
* Fix androidGetThreadPriority for non-pthread configurations.Andreas Huber2011-09-161-0/+4
* A new API "androidGetThreadPriority"Andreas Huber2011-09-161-0/+4
* Merge "Add C++ thread API androidGetThreadSchedulingGroup"Glenn Kasten2011-08-291-0/+35
|\
| * Add C++ thread API androidGetThreadSchedulingGroupGlenn Kasten2011-07-081-0/+35
* | Add a call to pthread_attr_destroy to avoid potential memory leaks.Le-Chun Wu2011-07-141-0/+1
|/
* Merge "Add Thread::join"Glenn Kasten2011-07-061-0/+19
|\
| * Add Thread::joinGlenn Kasten2011-06-231-0/+19
* | Thread ID zero for androidSetThreadSchedulingGroupGlenn Kasten2011-06-221-0/+4
|/
* Merge "Bug 4608375"Glenn Kasten2011-06-141-2/+9
|\
| * Bug 4608375Glenn Kasten2011-06-141-2/+9
* | Remove redundant memory barrierGlenn Kasten2011-06-101-8/+5
|/
* 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