From cee00343d0c537a31281b4de74fadd7589d434b0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Oct 2019 13:03:21 +0200 Subject: Rename global_mutex_shards to global_mutexes --- libbuild2/function.test.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/function.test.cxx') diff --git a/libbuild2/function.test.cxx b/libbuild2/function.test.cxx index c4f7fa2..3cf2e7c 100644 --- a/libbuild2/function.test.cxx +++ b/libbuild2/function.test.cxx @@ -46,8 +46,8 @@ namespace build2 // Serial execution. // scheduler sched (1); - global_mutex_shards shards (1); - context ctx (sched, shards); + global_mutexes mutexes (1); + context ctx (sched, mutexes); auto& functions (ctx.functions); -- cgit v1.1