mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-01 17:54:16 +03:00
Combine background_thread started / paused into state.
This commit is contained in:
parent
b83b5ad44a
commit
394df9519d
4 changed files with 59 additions and 34 deletions
|
|
@ -80,7 +80,7 @@ TEST_BEGIN(test_background_thread_running) {
|
|||
|
||||
test_repeat_background_thread_ctl(false);
|
||||
test_switch_background_thread_ctl(true);
|
||||
assert_b_eq(info->started, true,
|
||||
assert_b_eq(info->state, background_thread_started,
|
||||
"Background_thread did not start.\n");
|
||||
|
||||
nstime_t start, now;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue