summaryrefslogtreecommitdiffstats
path: root/src/test/TestTimers.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: corrected control reaches end by adding a returnPatty81222023-10-021-0/+2
* test: add timer loop testsLucian Petrut2023-08-301-0/+70
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-3/+2
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* test: Initialize timerLucian Petrut2021-01-051-0/+2
* librados: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-1/+1
* common/timer: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-41/+34
* test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILESage Weil2018-03-061-1/+2
* drop unnecessary env_to_vec callsSage Weil2018-03-061-1/+0
* test: add override in test submoduleliuchang08122017-03-031-2/+2
* common: add override for common submodule and miscliuchang08122017-02-161-4/+4
* common: Unskew clockAdam C. Emerson2016-12-221-5/+5
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-1/+2
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-2/+2
* test: fix make_pair() for c++11Josh Durgin2014-07-101-19/+19
* config: alternative config options for global_init()Yehuda Sadeh2012-03-121-1/+1
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-7/+7
* move common_init to global_initColin Patrick McCabe2011-06-211-2/+2
* common: de-globalize LogClient, ProfLogger, TimerColin Patrick McCabe2011-06-211-1/+1
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-211-5/+5
* Add CephContextColin Patrick McCabe2011-05-241-1/+1
* Split common_init_daemonize from common_init_finishColin Patrick McCabe2011-05-241-1/+1
* common_init: don't init crypto until after forkColin Patrick McCabe2011-05-211-0/+1
* cfuse: set proper defaultsColin Patrick McCabe2011-03-141-1/+1
* common_init: Split common_init into multiple partsColin Patrick McCabe2011-03-101-1/+1
* Replace g_conf.name and g_conf.id with entitynameColin Patrick McCabe2011-03-081-1/+1
* Fold common_set_defaults into common_initColin Patrick McCabe2011-02-231-1/+0
* common: Split argument parsing into ceph_argparseColin Patrick McCabe2011-02-201-0/+1
* common: combine set_fg_logging into common_initColin Patrick McCabe2011-02-081-2/+1
* common: remove ceph_set_default_idColin Patrick McCabe2011-02-011-1/+0
* common: make command-line programs log to stderrColin Patrick McCabe2011-01-061-0/+1
* TestTimers: don't test (nonexistent) TimerColin Patrick McCabe2010-11-121-36/+11
* TestTimers: add test for out-of-order timer insertColin Patrick McCabe2010-11-041-6/+57
* TestTimers: test cancelling single eventsColin Patrick McCabe2010-11-041-4/+77
* TestTimers: call common_init and parse argvColin Patrick McCabe2010-11-041-1/+10
* Timer: fix timer shutdown, efficiency issuesColin Patrick McCabe2010-11-041-3/+2
* TestTimers: test SafeTimer as well as TimerColin Patrick McCabe2010-10-221-7/+100
* Timer.cc: add testtimersColin Patrick McCabe2010-10-221-0/+84