summaryrefslogtreecommitdiffstats
path: root/base/platform_thread_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-143/+0
* Reland r68893 after fixing allowing blocking IO on shutdown.willchan@chromium.org2010-12-141-0/+8
* Revert 68893 - Consider PlatformThread::Join() to be blocking IO.csilv@chromium.org2010-12-111-4/+0
* Consider PlatformThread::Join() to be blocking IO.willchan@chromium.org2010-12-101-0/+4
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-22/+52
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-52/+22
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-22/+52
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-31/+11
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-11/+31
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-3/+3
* Added a new method CreateNonJoinable() to PlatformThread. Added the windows ...willchan@chromium.org2009-03-051-0/+8
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-1/+1
* Use CreateThread instead of _beginthreadex. This should still be safe, and w...deanm@chromium.org2008-11-041-6/+8
* Don't throw the thread name setting exception unless a debugger is attached.deanm@chromium.org2008-10-021-0/+5
* Make PlatformThread::SetName operate only on the current thread.deanm@google.com2008-08-251-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-0/+114