summaryrefslogtreecommitdiffstats
path: root/base/lock_impl_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-30/+0
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-2/+0
* Initial implementation of new AssertAcquired() functionality for Posix.rdsmith@google.com2010-06-161-41/+0
* Revert 49648 - Initial implementation of new AssertAcquired() functionality f...rdsmith@google.com2010-06-131-0/+41
* Initial implementation of new AssertAcquired() functionality for Posix.rdsmith@google.com2010-06-131-41/+0
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-3/+3
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-3/+3
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-3/+3
* 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-0/+15
* Move windows specific lock-recursion-counter into windows impl filejar@google.com2008-10-211-2/+32
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add a spinlock wait to the dearly beloved crititcal sectioncpu@google.com2008-08-231-1/+3
* Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms.mmentovai@google.com2008-08-081-5/+5
* Add base to the repository.initial.commit2008-07-261-0/+50