summaryrefslogtreecommitdiffstats
path: root/base/threading/platform_thread_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Move safe_strerror to posix directory and the base namespace.brettw2015-06-091-1/+0
* base/threading: minor cleanups to remove friend classtoyoshim2015-06-031-8/+8
* Turn ThreadPriority enum into an enum class.gab2015-04-011-6/+6
* Add full SetThreadPriority support to Windows.gab2015-04-011-3/+36
* Deduplicate PlatformThread's POSIX implementations of SetThreadPriority.gab2015-03-191-9/+33
* make debug mode ~20% faster on linuxhubbe@chromium.org2014-05-241-1/+6
* [POSIX] Fix pthread_create checkboliu@chromium.org2014-05-161-1/+3
* Add support for threading and atomic ops in QNX Neutrino.ctruta@blackberry.com2014-02-061-1/+1
* [POSIX] CHECK that pthread_join succeeds in PlatformThread::Join.rsesek@chromium.org2013-09-131-1/+1
* Move Thread Name Mapping into ThreadFunc.dsinclair@chromium.org2013-05-271-0/+8
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-221-141/+60
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-211-60/+141
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-211-141/+60
* NaCl: Remove unnecessary nacl_syscalls.h #includedmichael@chromium.org2013-05-061-5/+0
* Log errno if pthread_create() failsrnk@chromium.org2013-03-131-1/+6
* Set correct thread priority on Linux.dgreid@chromium.org2013-02-281-28/+34
* Set Realtime Audio Thread priority on Androidjames.wei@intel.com2013-01-301-4/+20
* Add ability to retrieve a thread_name given a thread_id.dsinclair@chromium.org2013-01-251-18/+4
* Go back to using mach_thread_self for Mac thread IDs, sort of.mark@chromium.org2013-01-251-1/+3
* cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.epenner@chromium.org2013-01-241-0/+8
* Enable parts of base_untrusted that are used by remoting clientsergeyu@chromium.org2012-07-261-1/+3
* Don't set "unlimited" stacks on iOSstuartmorgan@chromium.org2012-07-241-2/+2
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-7/+0
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-0/+7
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-7/+0
* PPAPI/NaCl: Fix IPC proxy build; pthread_t changeddmichael@chromium.org2012-05-221-1/+4
* Add ability to create a platform thread with a priority.dgreid@chromium.org2012-04-051-3/+32
* Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix.scherkus@chromium.org2012-02-291-3/+2
* Make more of base compile with the Native Client toolchain.bbudge@chromium.org2012-02-251-0/+5
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-2/+1
* [Mac] In PlatformThread::CurrentId(), use pthread_self() instead of mach_thre...rsesek@chromium.org2012-01-241-6/+1
* Revert 118118 - Temporarily revert 117127 for perf analysis.rsesek@chromium.org2012-01-181-1/+3
* Temporarily revert 117127 for perf analysis.rsesek@chromium.org2012-01-181-3/+1
* mach_port_deallocate() the result of mach_thread_self(), which obtains a port...rsesek@chromium.org2012-01-111-1/+3
* Fix prctl ERROR messages on Linux debug builds.rbyers@chromium.org2012-01-041-4/+5
* Add function support for Sleep with TimeDelta input.tedvessenes@gmail.com2011-12-301-6/+13
* Simplify thread name setting on Linuxrbyers@chromium.org2011-12-211-25/+7
* Enable setting thread names on Linuxrbyers@chromium.org2011-12-151-5/+8
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Set the profiler's thread name at a central placejar@chromium.org2011-11-151-0/+3
* Revert 109962 - Revert 109903 - Revert 109898 - Set the profiler's thread nam...kmadhusu@chromium.org2011-11-141-3/+0
* Revert 109903 - Revert 109898 - Set the profiler's thread name at a central p...jar@chromium.org2011-11-141-0/+3
* Revert 109898 - Set the profiler's thread name at a central placejar@chromium.org2011-11-141-3/+0
* Set the profiler's thread name at a central placejar@chromium.org2011-11-141-0/+3
* Remove 1 exit time destructor and 1 static initializer from platform_thead_(p...thakis@chromium.org2011-11-031-4/+10
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-2/+2
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-2/+2
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-2/+2
* OpenBSD and FreeBSD fixes for base.mark@chromium.org2011-10-131-3/+2
* Remove unnecessary #include <sys/nacl_syscalls.h>mcgrathr@chromium.org2011-10-051-4/+0