Home | History | Annotate | Download | only in concurrent

Lines Matching defs:called

138     // It should be called once during startup.
149 // Only called once overall.
156 // It should be called once during startup.
167 // Only called once overall.
232 // These constants are arbitrary and just used to make sure that the correct method is called
240 boolean called = false;
244 assertFalse(called); // only called once.
245 called = true;
262 assertTrue(called);
275 assertTrue(called);
323 // Sleep for a while just to ensure that our task wasn't called again.