Searched refs:runnable (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/
H A Dverify.py186 runnable = filter(lambda t: not t.compile_only, tests)
188 map(run_test, runnable)
191 map(lambda t: tp.apply_async(run_test, (t,)), runnable)
416 runnable = filter(lambda t: not t.compile_only, tests)
425 for test in runnable:
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc327 static HANDLE CreateThread(Runnable* runnable, argument
329 ThreadMainParam* param = new ThreadMainParam(runnable, thread_can_start);
349 ThreadMainParam(Runnable* runnable, Notification* thread_can_start) argument
350 : runnable_(runnable),
375 ThreadWithParamBase::ThreadWithParamBase(Runnable *runnable, argument
377 : thread_(ThreadWithParamSupport::CreateThread(runnable,
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1778 ThreadWithParamBase(Runnable *runnable, Notification* thread_can_start);

Completed in 10 milliseconds