summaryrefslogtreecommitdiffstats
path: root/base/lock.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-1/+2
* Add unit tests for base/platform_thread.* and base/lock.*.viettrungluu@chromium.org2010-07-301-1/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Initial implementation of new AssertAcquired() functionality for Posix.rdsmith@google.com2010-06-161-10/+58
* Revert 49648 - Initial implementation of new AssertAcquired() functionality f...rdsmith@google.com2010-06-131-58/+10
* Initial implementation of new AssertAcquired() functionality for Posix.rdsmith@google.com2010-06-131-10/+58
* Test was examining a variable without first acquiring a required Lock.ralphl@chromium.org2009-03-191-1/+1
* Added a debug method AssertAcquired() that compiles to nothing in non-debug b...ralphl@chromium.org2009-03-181-11/+18
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Move windows specific lock-recursion-counter into windows impl filejar@google.com2008-10-211-23/+6
* Disallow recursive locking via the Lock classjar@google.com2008-10-091-32/+23
* Some small cleanups to Lock suggested by Gaetano Mendola.deanm@chromium.org2008-10-011-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms.mmentovai@google.com2008-08-081-5/+10
* Remove the LOCKED_EXPRESSION macro, it's clumbsy and unused.deanm@google.com2008-08-071-8/+0
* Add base to the repository.initial.commit2008-07-261-0/+122