Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp14 static uint32 sCommandCount = 0; variable
25 while (sCommandCount > 0) { in run_on_exit_loop()
39 sCommandCount--; in run_on_exit_loop()
80 sCommandCount++; in add_run_on_exit_command()
88 if (sCommandCount > 0) in exit_debugger()