summaryrefslogtreecommitdiffstats
path: root/base/platform_thread_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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