Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/malloc/debug/
H A Dheap.cpp48 static thread_id sWallCheckThread = -1; variable
1654 if (sWallCheckThread < 0) { in debug_heap_start_wall_checking()
1655 sWallCheckThread = spawn_thread(heap_wall_checker, "heap wall checker", in debug_heap_start_wall_checking()
1659 if (sWallCheckThread < 0) in debug_heap_start_wall_checking()
1660 return sWallCheckThread; in debug_heap_start_wall_checking()
1663 return resume_thread(sWallCheckThread); in debug_heap_start_wall_checking()
1672 return wait_for_thread(sWallCheckThread, &result); in debug_heap_stop_wall_checking()