Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -243/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix incorrect guards in base/. | deanm@chromium.org | 2009-03-17 | 1 | -3/+3 |
* | Remove unneeded platform_thread.h includes. Reduces number of includes from 5... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -2/+2 |
* | Add thread safety checks but keep them disabled for now until I fix all the c... | maruel@chromium.org | 2009-01-26 | 1 | -1/+1 |
* | Use PlatformThreadId, not int when dealing with thread ids. | agl@chromium.org | 2009-01-23 | 1 | -1/+1 |
* | Adds a helper class used to mark/define critical section in a class and then ... | maruel@chromium.org | 2008-12-17 | 1 | -0/+243 |