summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/thread_name.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35600 Add support for targeting watchosAndrew Morrow2018-06-141-1/+1
* SERVER-28124 Use std::string for thread name.ADAM David Alan Martin2018-02-051-17/+11
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-5/+2
* SERVER-29443 Fix iOS and tvOS compilesAndrew Morrow2017-06-051-0/+5
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-14/+30
* SERVER-27279 fix lintMark Benvenuto2016-12-061-0/+1
* SERVER-27281 pkill/pgrep cannot find mongod on LinuxMark Benvenuto2016-12-061-15/+24
* SERVER-27279 pthread_setname_np is not supported on SUSE 11.4Mark Benvenuto2016-12-061-1/+1
* SERVER-15407 Set Thread Name in Windows, Mac OS X, and LinuxMark Benvenuto2016-12-021-0/+70
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-35/+33
* SERVER-18859 Don't access thread name's thread_local before dynamic init is c...Andrew Morrow2015-06-091-4/+30
* SERVER-18605 Always set some thread name.Andy Schwerin2015-05-271-1/+7
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-37/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+77