Home
last modified time | relevance | path

Searched refs:thread_malloc_count (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/tests/
H A Dtask_vm_info_decompressions.c31 static _Atomic int thread_malloc_count = 0; variable
93 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\…