Searched defs:runner (Results 1 – 9 of 9) sorted by relevance
33 Class<?> runner = Class.forName("InvokeInf", true, p); in main() local
125 private volatile Thread runner = null; field in Monitors.LockController
1004 runner = create_runner_script() variable
1077 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest()