Header refactoring: ticker module - remove from the catchall and unify.

This commit is contained in:
David Goldblatt
2017-04-19 13:39:33 -07:00
committed by David Goldblatt
parent fa3ad730c4
commit bf2dc7e678
12 changed files with 26 additions and 21 deletions

View File

@@ -1,5 +1,7 @@
#include "test/jemalloc_test.h"
#include "jemalloc/internal/ticker.h"
static nstime_monotonic_t *nstime_monotonic_orig;
static nstime_update_t *nstime_update_orig;

View File

@@ -1,5 +1,7 @@
#include "test/jemalloc_test.h"
#include "jemalloc/internal/ticker.h"
TEST_BEGIN(test_ticker_tick) {
#define NREPS 2
#define NTICKS 3