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.cpp427 std::atomic_uint32_t thread_mask; in TEST() local
428 thread_mask = 0; in TEST()
431 std::thread malloc_thread([&thread_mask, i] { in TEST()
438 thread_mask.fetch_or(1 << i); in TEST()
445 while (thread_mask.load() != 0xffffffff) in TEST()