summaryrefslogtreecommitdiffstats
path: root/base/platform_thread_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-7/+26
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-26/+7
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-7/+26
* Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joi...willchan@chromium.org2010-11-131-26/+7
* Disallow Singleton and LazyInstance on non-joinable threads.willchan@chromium.org2010-11-121-7/+26
* NaCl bringup of base.abarth@chromium.org2010-11-121-1/+7
* posix: set thread namesevan@chromium.org2010-06-101-8/+50
* Revert "posix: set thread names"evan@chromium.org2010-06-081-46/+8
* posix: set thread namesevan@chromium.org2010-06-081-8/+46
* Use a reasonable default pthread stack size on Mac OS X.mark@chromium.org2010-05-071-0/+33
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-1/+4
* Added a new method CreateNonJoinable() to PlatformThread. Added the windows ...willchan@chromium.org2009-03-051-5/+28
* 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
* Ensure Cocoa sets up its multithreaded environmentmmentovai@google.com2008-08-281-3/+12
* Updated comment in thread naming.avi@google.com2008-08-251-1/+6
* Make PlatformThread::SetName operate only on the current thread.deanm@google.com2008-08-251-1/+1
* 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/+107