summaryrefslogtreecommitdiff
path: root/src/mongo/platform/process_id.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-1/+1
* SERVER-73905 Implement getCurrentNativeThreadId for FreeBSDMark Benvenuto2023-02-141-0/+8
* SERVER-52822 Introduced ThreadContext classBen Caimano2020-11-181-0/+31
* Revert "SERVER-52822 Introduced ThreadContext class"Ben Caimano2020-11-181-17/+0
* SERVER-52822 Introduced ThreadContext classBen Caimano2020-11-171-0/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-26/+30
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-1/+8
* SERVER-9809 Introduce mongo-wide ProcessId type.Andy Schwerin2013-06-031-0/+56