Searched refs:thread_malloc_count (Results 1 – 1 of 1) sorted by relevance
31 static _Atomic int thread_malloc_count = 0; variable93 atomic_fetch_add(&thread_malloc_count, 1); in worker_thread_function()204 while (atomic_load(&thread_malloc_count) != ncpu) {207 …T_EXPECT_EQ(ncpu, atomic_load(&thread_malloc_count), "%d threads finished writing to malloc pages\…