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

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp200 impl::app::run(int argc, char* const* argv) function in class:impl::app
/bind-9.11.3/bin/tests/
H A Dbyname_test.c184 run(isc_task_t *xtask, isc_event_t *event) { function
339 RUNTIME_CHECK(isc_app_onrun(mctx, task, run, NULL) == ISC_R_SUCCESS);
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication.cpp255 impl::app::run(int argc, char* const* argv) function in class:impl::app
/bind-9.11.3/lib/isc/win32/
H A Dapp.c119 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon294
256 * Post any on-run events (in FIFO order).
/bind-9.11.3/lib/isc/
H A Dtimer.c267 * run thread, or explicitly setting the value in the manager.
781 run(void *uap) { function
904 if (isc_thread_create(run, manager, &manager->thread) !=
H A Dtask.c456 * Moves a task onto the appropriate run queue.
500 * make the task ready and allow run() or the event
1306 run(void *uap) { function
1449 if (isc_thread_create(run, manager,
/bind-9.11.3/lib/isc/unix/
H A Dapp.c131 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon284
600 * Post any on-run events (in FIFO order).
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp293 impl::tc::run(const std::string& resfile) function in class:impl::tc
545 tc->run(resfile.str());

Completed in 20 milliseconds