| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -18/+0 |
* | Move base/lock and base/condition_variable to base/synchronization/ | brettw@chromium.org | 2011-01-01 | 1 | -117/+8 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -2/+2 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 1 | -1/+2 |
* | Add unit tests for base/platform_thread.* and base/lock.*. | viettrungluu@chromium.org | 2010-07-30 | 1 | -1/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Initial implementation of new AssertAcquired() functionality for Posix. | rdsmith@google.com | 2010-06-16 | 1 | -10/+58 |
* | Revert 49648 - Initial implementation of new AssertAcquired() functionality f... | rdsmith@google.com | 2010-06-13 | 1 | -58/+10 |
* | Initial implementation of new AssertAcquired() functionality for Posix. | rdsmith@google.com | 2010-06-13 | 1 | -10/+58 |
* | Test was examining a variable without first acquiring a required Lock. | ralphl@chromium.org | 2009-03-19 | 1 | -1/+1 |
* | Added a debug method AssertAcquired() that compiles to nothing in non-debug b... | ralphl@chromium.org | 2009-03-18 | 1 | -11/+18 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Move windows specific lock-recursion-counter into windows impl file | jar@google.com | 2008-10-21 | 1 | -23/+6 |
* | Disallow recursive locking via the Lock class | jar@google.com | 2008-10-09 | 1 | -32/+23 |
* | Some small cleanups to Lock suggested by Gaetano Mendola. | deanm@chromium.org | 2008-10-01 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms. | mmentovai@google.com | 2008-08-08 | 1 | -5/+10 |
* | Remove the LOCKED_EXPRESSION macro, it's clumbsy and unused. | deanm@google.com | 2008-08-07 | 1 | -8/+0 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+122 |