Searched refs:sWallCheckThread (Results 1 – 1 of 1) sorted by relevance
48 static thread_id sWallCheckThread = -1; variable1654 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()