1. b031e91 Take extra lock in base::WaitableEvent::WaitMany. by yhirano@chromium.org · 10 years ago
  2. 10e6a07 base: Enable lock dchecks with dchecks_always_on by boliu@chromium.org · 10 years ago
  3. b8a7a7e make debug mode ~20% faster on linux by hubbe@chromium.org · 10 years ago
  4. 78b5e7a Delete some dead code. by thakis@chromium.org · 10 years ago
  5. 1c6ab05 The Android team is deprecating pthread_cond_timedwait_monotonic in favor of the more standard pthread_condattr_getclock. by benm@chromium.org · 10 years ago
  6. a94d232 Revert of base: Cleanup: Simplify the declaration of Lock class. (https://codereview.chromium.org/159283003/) by pkotwicz@chromium.org · 10 years ago
  7. cf86bc3 base: Cleanup: Simplify the declaration of Lock class. by tfarina@chromium.org · 10 years ago
  8. 3f26845 Enable the following tests back under ThreadSanitizer v2: by glider@chromium.org · 11 years ago
  9. d7b4632 Disable the tests failing under TSan because of incorrect assumptions about the threadpool size: by glider@chromium.org · 11 years ago
  10. 5dace93 Fix WaitableEvent and ConditionVariable::TimedWait to use monotonic time on non-Mac non-NaCl posix by piman@chromium.org · 11 years ago
  11. bd138ea base: Rename OSLockType to NativeHandle in Lock API. by tfarina@chromium.org · 11 years ago
  12. 4d1bc94 Pretty-print the return value from the pthread API. by ajwong@chromium.org · 11 years ago
  13. a043a86 Use a direct include of the message_loop header in base/. by avi@chromium.org · 11 years ago
  14. b45ec93 Use a direct include of time headers in base/, part 2. by avi@chromium.org · 11 years ago
  15. 7501b03 Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  16. ed1c9ba Reland: base: Support setting thread priorities generically. by epenner@chromium.org · 11 years ago
  17. 209e542 Adding TryPostTask to the message loop by cpu@chromium.org · 11 years ago
  18. ec4720c Assert on deleting a held lock. by siggi@chromium.org · 11 years ago
  19. e9e11f5 base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant. by tfarina@chromium.org · 12 years ago
  20. cd16b3a Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 12 years ago
  21. beb853c Revert 179987 by dmichael@chromium.org · 12 years ago
  22. 96c2504 Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 12 years ago
  23. 15bc41d base: Convert scoped_arrays to the new scoped_ptr style. by tfarina@chromium.org · 12 years ago
  24. 07615b4 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by hans@chromium.org · 12 years ago
  25. 3b5d147 base: Update the calls from MessageLoop::Quit() to QuitWhenIdle(). by tfarina@chromium.org · 12 years ago
  26. 56d7195 base: Update calls froms RunAllPending() to RunUntilIdle(). by tfarina@chromium.org · 12 years ago
  27. d94714a Change explicit usage of each type of message loop in WaitableEventWatcher tests to instead loop through an array of message loop types. by leng@chromium.org · 12 years ago
  28. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  29. d55e9a4 RefCounted types should not have public destructors, base/ edition by rsleevi@chromium.org · 12 years ago
  30. 8ed4614 Disallow UI/IO thread blocking on any other thread. by jam@chromium.org · 12 years ago
  31. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  32. d595b42 Objects that derive from RefCounted/RefCountedThreadSafe should not have public dtors. by rsleevi@chromium.org · 12 years ago
  33. 58b69ff simplify a few header includes by vapier@chromium.org · 12 years ago
  34. 11935b1 Disable ConditionVariableTest.MultiThreadConsumerTest on Windows. by mattm@chromium.org · 12 years ago
  35. c37c516 Move spin_wait to base/synchronization. by brettw@chromium.org · 12 years ago
  36. b6d9a1f Make ConditionVariableTest.MultiThreadConsumerTest less flaky. by jknotten@chromium.org · 13 years ago
  37. aaa6303 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by tedvessenes@gmail.com · 13 years ago
  38. b1eaabe Condition variable implementation for vista, win7 by cpu@chromium.org · 13 years ago
  39. 577838d Prep work for win7-specific condition variable by cpu@chromium.org · 13 years ago
  40. bf4c737 Fix a possible mismatch in OS-specific code in WaitableEventWatcher. by joi@chromium.org · 13 years ago
  41. 82b86ad Remove custom Task implementations in base. by dcheng@chromium.org · 13 years ago
  42. 08e6a60 Add OVERRIDE to base/. by avi@chromium.org · 13 years ago
  43. c427d5d Revert 107835 (since the underlying issue has been identified and fixed) - Temporary instrumentation to help understand lock errors on mac debug bots. by eroman@chromium.org · 13 years ago
  44. 87aec2e Temporary instrumentation to help understand lock errors on mac debug bots. by eroman@chromium.org · 13 years ago
  45. 8a22da6 Modify WaitableEvent::Wait() to return void by steveblock@chromium.org · 13 years ago
  46. 1b42c24 Upstream ProcessUtilTest, and make a few other files compile on Android. by jingzhao@chromium.org · 13 years ago
  47. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  48. 80e4c5e Create ipc.dll. Review URL: http://codereview.chromium.org/7633042 by darin@chromium.org · 13 years ago
  49. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  50. 78b7593 Virtual destructors should have virtual keyword. by hans@chromium.org · 13 years ago
  51. 75d1cb3 linux: components support for base/ by evan@chromium.org · 13 years ago
  52. c3b6518 Base: Last set of files to use BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  53. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  54. 4891e7d Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  55. 7a976cf Base: First pass at having base.dll: definition of by rvargas@google.com · 13 years ago
  56. 73bfc43 More DCHECK() updates. A mixture of _EQ and _GE. by mhm@chromium.org · 13 years ago
  57. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  58. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  59. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  60. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  61. e439a96 Move base/lock and base/condition_variable to base/synchronization/ by brettw@chromium.org · 14 years ago