index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
threading
/
platform_thread_posix.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move safe_strerror to posix directory and the base namespace.
brettw
2015-06-09
1
-1
/
+0
*
base/threading: minor cleanups to remove friend class
toyoshim
2015-06-03
1
-8
/
+8
*
Turn ThreadPriority enum into an enum class.
gab
2015-04-01
1
-6
/
+6
*
Add full SetThreadPriority support to Windows.
gab
2015-04-01
1
-3
/
+36
*
Deduplicate PlatformThread's POSIX implementations of SetThreadPriority.
gab
2015-03-19
1
-9
/
+33
*
make debug mode ~20% faster on linux
hubbe@chromium.org
2014-05-24
1
-1
/
+6
*
[POSIX] Fix pthread_create check
boliu@chromium.org
2014-05-16
1
-1
/
+3
*
Add support for threading and atomic ops in QNX Neutrino.
ctruta@blackberry.com
2014-02-06
1
-1
/
+1
*
[POSIX] CHECK that pthread_join succeeds in PlatformThread::Join.
rsesek@chromium.org
2013-09-13
1
-1
/
+1
*
Move Thread Name Mapping into ThreadFunc.
dsinclair@chromium.org
2013-05-27
1
-0
/
+8
*
Reland: base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-22
1
-141
/
+60
*
Revert 201202 "base: Support setting thread priorities generically."
scottmg@chromium.org
2013-05-21
1
-60
/
+141
*
base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-21
1
-141
/
+60
*
NaCl: Remove unnecessary nacl_syscalls.h #include
dmichael@chromium.org
2013-05-06
1
-5
/
+0
*
Log errno if pthread_create() fails
rnk@chromium.org
2013-03-13
1
-1
/
+6
*
Set correct thread priority on Linux.
dgreid@chromium.org
2013-02-28
1
-28
/
+34
*
Set Realtime Audio Thread priority on Android
james.wei@intel.com
2013-01-30
1
-4
/
+20
*
Add ability to retrieve a thread_name given a thread_id.
dsinclair@chromium.org
2013-01-25
1
-18
/
+4
*
Go back to using mach_thread_self for Mac thread IDs, sort of.
mark@chromium.org
2013-01-25
1
-1
/
+3
*
cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.
epenner@chromium.org
2013-01-24
1
-0
/
+8
*
Enable parts of base_untrusted that are used by remoting client
sergeyu@chromium.org
2012-07-26
1
-1
/
+3
*
Don't set "unlimited" stacks on iOS
stuartmorgan@chromium.org
2012-07-24
1
-2
/
+2
*
Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...
tedvessenes@gmail.com
2012-06-21
1
-7
/
+0
*
Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...
asanka@chromium.org
2012-06-01
1
-0
/
+7
*
Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.
tedvessenes@gmail.com
2012-06-01
1
-7
/
+0
*
PPAPI/NaCl: Fix IPC proxy build; pthread_t changed
dmichael@chromium.org
2012-05-22
1
-1
/
+4
*
Add ability to create a platform thread with a priority.
dgreid@chromium.org
2012-04-05
1
-3
/
+32
*
Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix.
scherkus@chromium.org
2012-02-29
1
-3
/
+2
*
Make more of base compile with the Native Client toolchain.
bbudge@chromium.org
2012-02-25
1
-0
/
+5
*
Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky
fischman@chromium.org
2012-01-26
1
-2
/
+1
*
[Mac] In PlatformThread::CurrentId(), use pthread_self() instead of mach_thre...
rsesek@chromium.org
2012-01-24
1
-6
/
+1
*
Revert 118118 - Temporarily revert 117127 for perf analysis.
rsesek@chromium.org
2012-01-18
1
-1
/
+3
*
Temporarily revert 117127 for perf analysis.
rsesek@chromium.org
2012-01-18
1
-3
/
+1
*
mach_port_deallocate() the result of mach_thread_self(), which obtains a port...
rsesek@chromium.org
2012-01-11
1
-1
/
+3
*
Fix prctl ERROR messages on Linux debug builds.
rbyers@chromium.org
2012-01-04
1
-4
/
+5
*
Add function support for Sleep with TimeDelta input.
tedvessenes@gmail.com
2011-12-30
1
-6
/
+13
*
Simplify thread name setting on Linux
rbyers@chromium.org
2011-12-21
1
-25
/
+7
*
Enable setting thread names on Linux
rbyers@chromium.org
2011-12-15
1
-5
/
+8
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Set the profiler's thread name at a central place
jar@chromium.org
2011-11-15
1
-0
/
+3
*
Revert 109962 - Revert 109903 - Revert 109898 - Set the profiler's thread nam...
kmadhusu@chromium.org
2011-11-14
1
-3
/
+0
*
Revert 109903 - Revert 109898 - Set the profiler's thread name at a central p...
jar@chromium.org
2011-11-14
1
-0
/
+3
*
Revert 109898 - Set the profiler's thread name at a central place
jar@chromium.org
2011-11-14
1
-3
/
+0
*
Set the profiler's thread name at a central place
jar@chromium.org
2011-11-14
1
-0
/
+3
*
Remove 1 exit time destructor and 1 static initializer from platform_thead_(p...
thakis@chromium.org
2011-11-03
1
-4
/
+10
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-2
/
+2
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-2
/
+2
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-2
/
+2
*
OpenBSD and FreeBSD fixes for base.
mark@chromium.org
2011-10-13
1
-3
/
+2
*
Remove unnecessary #include <sys/nacl_syscalls.h>
mcgrathr@chromium.org
2011-10-05
1
-4
/
+0
[next]