1. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  2. a6ec4f8 Add support for real-time audio threads. by crogers@google.com · 13 years ago
  3. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  4. 5444bec Comment out unused parameter names in function definitions, by joi@chromium.org · 13 years ago
  5. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  6. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago[Renamed (97%) from base/platform_thread_posix.cc]
  7. 354a52a Reland r68893 after fixing allowing blocking IO on shutdown. by willchan@chromium.org · 14 years ago
  8. 908aa64 Revert 68893 - Consider PlatformThread::Join() to be blocking IO. by csilv@chromium.org · 14 years ago
  9. 1cfdada Consider PlatformThread::Join() to be blocking IO. by willchan@chromium.org · 14 years ago
  10. 25726ef Reland 66791 (change was innocent) by willchan@chromium.org · 14 years ago
  11. f1b8e21 Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. by willchan@chromium.org · 14 years ago
  12. 779810c Reland r65996. Disallows Singletons on non-joinable thread. by willchan@chromium.org · 14 years ago
  13. 7afc8e3 Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joinable threads. by willchan@chromium.org · 14 years ago
  14. fe5da53 Disallow Singleton and LazyInstance on non-joinable threads. by willchan@chromium.org · 14 years ago
  15. a6ffcf4 NaCl bringup of base. by abarth@chromium.org · 14 years ago
  16. b1fe13a posix: set thread names by evan@chromium.org · 14 years ago
  17. 6c38c1d Revert "posix: set thread names" by evan@chromium.org · 14 years ago
  18. 3d4ded7 posix: set thread names by evan@chromium.org · 14 years ago
  19. 74c0644 Use a reasonable default pthread stack size on Mac OS X. by mark@chromium.org · 14 years ago
  20. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  21. af61474 Added a new method CreateNonJoinable() to PlatformThread. Added the windows and posix implementations. by willchan@chromium.org · 15 years ago
  22. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 15 years ago
  23. 118a98a Use PlatformThreadId, not int when dealing with thread ids. by agl@chromium.org · 16 years ago
  24. 4304cf9 Ensure Cocoa sets up its multithreaded environment by mmentovai@google.com · 16 years ago
  25. 022ac17 Updated comment in thread naming. by avi@google.com · 16 years ago
  26. 8f4440a Make PlatformThread::SetName operate only on the current thread. by deanm@google.com · 16 years ago
  27. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  28. c18d7ae Port the Thread class properly to Mac and Linux. This involved porting by darin@google.com · 16 years ago[Renamed (68%) from base/platform_thread.cc]
  29. 0e5744d Use syscall instead since gettid doesn't seem to exist. by tc@google.com · 16 years ago
  30. 9d2fd8a include the correct file on linux for gettid() by pinkerton@google.com · 16 years ago
  31. 44159e4 Fix for mac and linux. Fix gcc warning about class with virtual functions and no virtual dtor. by pinkerton@google.com · 16 years ago
  32. c8eeb75 Add a cross-platform sleep API. We don't use TimeDelta by paulg@google.com · 16 years ago
  33. a7e2215 rollback r749 by darin@google.com · 16 years ago
  34. 353fd5f Provide a cross platform sleep API. by paulg@google.com · 16 years ago
  35. e3c034a Add defines for the size of wchar_t to build_config.h. Use this in places where we currently have an OS-specific check. by brettw@google.com · 16 years ago
  36. c1c5cf5 Add YieldCurrentThread to PlatformThread, for giving up the current thread's timeslice. by deanm@google.com · 16 years ago
  37. 3f4a732 Add base to the repository. by initial.commit · 16 years ago