1. 81f6c2e Merge "libutils: Remove a little dead code" am: 4a39ba316f am: 0a8e5126ef am: 9637277417 am: 74402be9d1 by Treehugger Robot · 2 years, 7 months ago
  2. 044be6b libutils: Remove a little dead code by Greg Kaiser · 2 years, 7 months ago
  3. 55eb96b Merge "libutils: don't call SetTaskProfiles around priority" am: 82b74d6f15 am: 5d078b5903 am: 15af4f4bf8 am: 14f3fb79e2 by Treehugger Robot · 2 years, 7 months ago
  4. 0455a2c libutils: don't call SetTaskProfiles around priority by Tim Murray · 2 years, 7 months ago
  5. 04090da Merge "libutils: do not follow process's group" into sc-v2-dev am: a2c0b86ad0 am: 0c54932e9e by Wei Wang · 2 years, 9 months ago
  6. e73180f libutils: do not follow process's group by Wei Wang · 2 years, 9 months ago
  7. d2b270c libutils: do not follow process's group by Wei Wang · 2 years, 9 months ago
  8. aa2599f Merge changes from topic "sysbg_aosp" am: 1132977223 am: d7c942ad46 am: 808464a9d0 am: 04557e2fd7 am: 4497e13f02 by Wei Wang · 2 years, 11 months ago
  9. 7ee4980 libutils: use system_background for low prio tasks in framework by Wei Wang · 2 years, 11 months ago
  10. c39d60d libutils: use system_background for low prio tasks in framework by Wei Wang · 2 years, 11 months ago
  11. a06e68c Reland^2 "libutils: disable implicit ref base construction" by Steven Moreland · 3 years, 4 months ago
  12. 2cb7593 Revert "Reland "libutils: disable implicit ref base construction"" by Steven Moreland · 3 years, 4 months ago
  13. 02c4765 Reland "libutils: disable implicit ref base construction" by Steven Moreland · 3 years, 4 months ago
  14. 8e11f9e Revert "libutils: disable implicit ref base construction" by Steven Moreland · 3 years, 4 months ago
  15. 9a1bf53 libutils: disable implicit ref base construction by Steven Moreland · 3 years, 5 months ago
  16. fa02bb9 Revert "Add choice for changing sched policy when setting thread priority" by Rick Yiu · 4 years ago
  17. 290efe3 Revert "Fix API for C compatibility" by Rick Yiu · 4 years ago
  18. b473061 Fix API for C compatibility by Greg Kaiser · 4 years ago
  19. 57affbf Add choice for changing sched policy when setting thread priority by Rick Yiu · 4 years, 7 months ago
  20. f7f4442 Refine set_sched_policy behavior by Rick Yiu · 4 years, 8 months ago
  21. 0284333 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 6 years ago
  22. 643268f Move system/core/ off NO_ERROR. by Elliott Hughes · 6 years ago
  23. e1731a4 [libutils] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  24. 528f144 Fix / suppress new unused warnings for mingw+clang by Dan Willemsen · 7 years ago
  25. 22dbf39 clean-up libutils includes by Mathias Agopian · 7 years ago
  26. e71b914 system/core: Make Thread::run threadName argument required by Brian Carlstrom · 8 years ago
  27. 9b828ad Use __ANDROID__ instead of HAVE_ANDROID_OS. by Elliott Hughes · 9 years ago
  28. 6ed68cc Consistently use strerror in libutils. by Elliott Hughes · 9 years ago
  29. 4a6e5a3 Kill HAVE_PTHREADS. by Yabin Cui · 10 years ago
  30. 292ccd3 Fix references to HAVE_PRCTL. by Elliott Hughes · 10 years ago
  31. 7bf5f20 Move libutils over to pthread_gettid_np. by Elliott Hughes · 10 years ago
  32. b765961 Remove androidGetTid. by Elliott Hughes · 10 years ago
  33. 9516139 Exclude bionic private headers from include path by Dmitriy Ivanov · 10 years ago
  34. 5bed803 libutils: turn on -Werror by Mark Salyzyn · 10 years ago
  35. d98e07f move libs/utils to libutils by Alex Ray · 11 years ago[Renamed from libs/utils/Threads.cpp]
  36. e45a9ac Remove unnecessary header file. by Nick Kralevich · 11 years ago
  37. 31ba37f Add Thread::isRunning and Condition::signal(WakeUpType) by Romain Guy · 11 years ago
  38. 6090df8 rename binder services main thread to Binder_* by Mathias Agopian · 11 years ago
  39. d30884a Revert "try to fix win_sdk build." by Nick Kralevich · 12 years ago
  40. 0656c97 try to fix win_sdk build. by Nick Kralevich · 12 years ago
  41. fe34e45 Continue removing property debug.sys.noschedgroups by Glenn Kasten · 12 years ago
  42. 2b1d499 Workaround for add_tid_to_cgroup failed to write by Glenn Kasten · 12 years ago
  43. 77ed15a Scheduling group cleanup by Glenn Kasten · 12 years ago
  44. 27e6eaa Add a simple work queue abstraction. by Jeff Brown · 12 years ago
  45. d731f07 Thread::getTid returns pid_t gettid() after run by Glenn Kasten · 13 years ago
  46. 1b781ab Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  47. 61d341b Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  48. 8b4cf77 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  49. 7b4ce61 Fix androidGetThreadPriority for non-pthread configurations. by Andreas Huber · 13 years ago
  50. 8ddbed9 A new API "androidGetThreadPriority" by Andreas Huber · 13 years ago
  51. d8734d1 Add a call to pthread_attr_destroy to avoid potential memory leaks. by Le-Chun Wu · 13 years ago
  52. 6fbe0a8 Add C++ thread API androidGetThreadSchedulingGroup by Glenn Kasten · 13 years ago
  53. 6839e8e Add Thread::join by Glenn Kasten · 13 years ago
  54. 5e0243f Thread ID zero for androidSetThreadSchedulingGroup by Glenn Kasten · 13 years ago
  55. 47f4857 Bug 4608375 by Glenn Kasten · 13 years ago
  56. a538e26 Remove redundant memory barrier by Glenn Kasten · 13 years ago
  57. 966a48f Bug 3362814 Fix SMP race in access to mRequestExit by Glenn Kasten · 14 years ago
  58. dafff0b Clean up use of HAVE_ANDROID_OS by Kenny Root · 14 years ago
  59. 741cbc3 fix failing thread object run by Ritu Srivastava · 14 years ago
  60. a25d2ca Revert "libutils: Fix race condition in Thread::requestExitAndWait()" by Mike Lockwood · 14 years ago
  61. ac61abe libutils: Fix race condition in Thread::requestExitAndWait() by Mike Lockwood · 14 years ago
  62. fe2c463 Fix issue 3302649. by Eric Laurent · 14 years ago
  63. a78bab0 Always set the scheduling group when starting a new thread. by Dianne Hackborn · 14 years ago
  64. 193c18c Hopefully fix the build. by Dianne Hackborn · 14 years ago
  65. 16d217e Add system property to turn off scheduling groups. by Dianne Hackborn · 14 years ago
  66. aaa7ef8 Maybe really fix windows build. by Dianne Hackborn · 15 years ago
  67. 3432efa Hopefully fix Windows build by Dianne Hackborn · 15 years ago
  68. 235af97 Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
  69. 51ce3ad use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for by Mathias Agopian · 15 years ago
  70. 9bafd12 Fix Win32 libutils to get a working SDK build. by David 'Digit' Turner · 15 years ago
  71. 1555436 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 15 years ago
  72. 7a4c839 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  73. cbb1011 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  74. cf59fa8 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  75. 7aa707a auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  76. c739660 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  77. d245d1d Initial Contribution by The Android Open Source Project · 16 years ago