1. 2bd9959 split utils/threads.h into multiple headers by Mathias Agopian · 12 years ago
  2. d731f07 Thread::getTid returns pid_t gettid() after run by Glenn Kasten · 13 years ago
  3. 8ddbed9 A new API "androidGetThreadPriority" by Andreas Huber · 13 years ago
  4. c3a5225 Fix typos and use new HAL_PRIORITY_URGENT_DISPLAY constant by Mathias Agopian · 13 years ago
  5. 6fbe0a8 Add C++ thread API androidGetThreadSchedulingGroup by Glenn Kasten · 13 years ago
  6. 6839e8e Add Thread::join by Glenn Kasten · 13 years ago
  7. 5e0243f Thread ID zero for androidSetThreadSchedulingGroup by Glenn Kasten · 13 years ago
  8. a538e26 Remove redundant memory barrier by Glenn Kasten · 13 years ago
  9. 966a48f Bug 3362814 Fix SMP race in access to mRequestExit by Glenn Kasten · 13 years ago
  10. 9b0be73 added RWLock C++ wrapper by Mathias Agopian · 14 years ago
  11. 68f6481 libutils Condition are now PRIVATE by default by Mathias Agopian · 14 years ago
  12. 235af97 Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
  13. f4d5766 process: Switch to common cutils sched_policy api by San Mehat · 15 years ago
  14. 7089ab8 Process: Add support for using scheduler policies instead of cgroups. by San Mehat · 15 years ago
  15. 51ce3ad use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for by Mathias Agopian · 15 years ago
  16. de6926b add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 15 years ago
  17. 1555436 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 15 years ago
  18. d0ef3d4 some work to try to reduce the code size of some native libraries by Mathias Agopian · 15 years ago
  19. 624a35e Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background by San Mehat · 15 years ago
  20. 7a4c839 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  21. cbb1011 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  22. cf59fa8 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  23. d245d1d Initial Contribution by The Android Open Source Project · 16 years ago