summaryrefslogtreecommitdiff
path: root/src/mongo/util/background_job_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
| | | | All users were converted to just use AssertionException.
* SERVER-24479 Fix lint failure due to missing newlineKaloian Manassiev2016-06-121-1/+1
|
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-24/+18
|
* SERVER-21020 Make BackgroundJob unit tests deterministicAndrew Morrow2015-11-051-47/+46
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-91/+98
|
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+2
|
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-2/+1
|
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-1/+3
|
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove ↵Andy Schwerin2015-03-121-4/+2
| | | | mongo::scoped_lock.
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* SERVER-11538: Create library for socket code and fix dependencies of ↵Shaun Verch2013-11-041-10/+0
| | | | libserver_options.a
* SERVER-11538: Make background_job library and move dbtest code into existing ↵Shaun Verch2013-11-041-0/+60
| | | | unittest
* SERVER-7217 Provide new client API to manage initialization and terminationAndrew Morrow2013-11-021-0/+90