Searched defs:run (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dbyname_test.c194 run(isc_task_t *task, isc_event_t *event) { function
349 RUNTIME_CHECK(isc_app_onrun(mctx, task, run, NULL) == ISC_R_SUCCESS);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp263 impl::app::run(int argc, char* const* argv) function in class:impl::app
/bind-9.6-ESV-R11/lib/isc/
H A Dtimer.c200 * run thread, or explicitly setting the value in the manager.
704 run(void *uap) { function
821 if (isc_thread_create(run, manager, &manager->thread) !=
H A Dtask.c320 * make the task ready and allow run() or the event
996 run(void *uap) { function
1105 if (isc_thread_create(run, manager,
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp278 impl::tc::run(const std::string& resfile) function in class:impl::tc
649 "atf-run(1) is unsupported\n";
658 tc->run(m_resfile.str());
710 return tp(add_tcs).run(argc, argv);

Completed in 608 milliseconds