Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp454 std::atomic_uint32_t thread_mask; in TEST() local
455 thread_mask = 0; in TEST()
458 std::thread malloc_thread([&thread_mask, i] { in TEST()
465 thread_mask.fetch_or(1 << i); in TEST()
472 while (thread_mask.load() != 0xffffffff) in TEST()