Searched refs:test_stop (Results 1 – 2 of 2) sorted by relevance
65 static int test_stop = 0; /* 1 to stop */ variable99 test_stop = 1; in alarm_handler()163 while (test_stop != 1) { in main()
96 def test_stop(self): member in TestProfilerManager