History log of /system/core/libutils/Threads.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
528f144e779dfd18b550d9176aecf36e1130f449 30-Nov-2017 Dan Willemsen <dwillemsen@google.com> Fix / suppress new unused warnings for mingw+clang

Bug: 69933068
Test: mmma system/core
Change-Id: I089166a979d3d8c5ada38a7745d507b555048499
/system/core/libutils/Threads.cpp
22dbf3947fedf988e714a4703ddf85fc41413f90 01-Mar-2017 Mathias Agopian <mathias@google.com> clean-up libutils includes

moved Foo.h as first include of Foo.cpp, and
removed redundant includes.

Made NativeHandle non virtual.


Test: run & compile
Bug: n/a

Change-Id: I37fa746cd42c9ba23aba181f84cb6c619386406a
/system/core/libutils/Threads.cpp
e71b9147756ab4da306e4c16461ad23936769603 13-Mar-2016 Brian Carlstrom <bdc@google.com> system/core: Make Thread::run threadName argument required

Bug: 27557176
Change-Id: Iae83a1e5489c86c2858fc8481f246b8480f0eec4
/system/core/libutils/Threads.cpp
9b828adfad09200f3f1bd3602187fe3dd5335774 30-Jul-2015 Elliott Hughes <enh@google.com> Use __ANDROID__ instead of HAVE_ANDROID_OS.

Change-Id: I9967f3fd758c2a5b40be5b60ae72be7e2fb75136
/system/core/libutils/Threads.cpp
6ed68cc412752e4c78755df9a1516e610ec66fa8 30-Jun-2015 Elliott Hughes <enh@google.com> Consistently use strerror in libutils.

It's easier for people to debug, and side-steps the problem that errno
values differ between architectures.

Bug: http://b/17458391
Change-Id: I1db9b2cbb653839d3936b91e37e5cff02671318a
/system/core/libutils/Threads.cpp
4a6e5a3b641dd99b658c4c336490371a3a5ae180 27-Jan-2015 Yabin Cui <yabinc@google.com> Kill HAVE_PTHREADS.

Bug: 19083585
Change-Id: Ic09eb3dd250bc5c5b63cac7998f99f5fa007f407
/system/core/libutils/Threads.cpp
292ccd3c181d7e005561c4a009b1f6b411e56179 15-Dec-2014 Elliott Hughes <enh@google.com> Fix references to HAVE_PRCTL.

Change-Id: I8343b398f2ce0d743487fdd086e67763c7dd67f1
/system/core/libutils/Threads.cpp
7bf5f209cec9fcf5f6eb744bcc05e4f97a37648a 12-Sep-2014 Elliott Hughes <enh@google.com> Move libutils over to pthread_gettid_np.

Bug: 17476168
Change-Id: I934d93a023eb00e036ed3cee8c52efaeb17b8915
/system/core/libutils/Threads.cpp
b7659613b2eed5df47e3e7ec536012772cc08b61 18-Aug-2014 Elliott Hughes <enh@google.com> Remove androidGetTid.

Bug: 17048545
Change-Id: I93cbb2d7bd18d506b5f5f7f262dd9ac0fca053b4
/system/core/libutils/Threads.cpp
9516139c03e7e48b2c23a5b53dc4309989e54c6b 31-Jul-2014 Dmitriy Ivanov <dimitry@google.com> Exclude bionic private headers from include path

Change-Id: I8b1269a739a690af91c63fa0f7f8f01d2d43bb97
/system/core/libutils/Threads.cpp
5bed8036644f552210a7cfcbed2d6d20cf2981b0 30-Apr-2014 Mark Salyzyn <salyzyn@google.com> libutils: turn on -Werror

- Deal with some -Wunused issues
- Override PRI macros (windows)
- Revert use of PRI macros on off64_t (linux)
- Deal with a gnu++11 complaince issue

Change-Id: Ie66751293bd84477a5a6dfd8a57e700a16e36964
/system/core/libutils/Threads.cpp
d98e07fdf9c338589f263c47ce5c844ed43efad5 02-Aug-2013 Alex Ray <aray@google.com> move libs/utils to libutils

Change-Id: I6cf4268599460791414882f91eeb88a992fbd29d
/system/core/libutils/Threads.cpp