Searched refs:t3 (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/
H A Dtimer_test.c33 isc_task_t *t1, *t2, *t3; variable
124 RUNTIME_CHECK(isc_task_create(manager, 0, &t3) ==
130 RUNTIME_CHECK(isc_task_onshutdown(t3, shutdown_task, "3") ==
135 printf("task 3: %p\n", t3);
154 &interval, t3, timeout, "3", &ti3) ==
159 isc_task_detach(&t3);
H A Dtask_test.c65 isc_task_t *t3 = NULL, *t4 = NULL; local
89 RUNTIME_CHECK(isc_task_create(manager, 0, &t3) == ISC_R_SUCCESS);
96 RUNTIME_CHECK(isc_task_onshutdown(t3, my_shutdown, "3") ==
160 isc_task_send(t3, &event);
169 isc_task_send(t3, &event);
173 isc_task_purgerange(t3,
180 isc_task_detach(&t3);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp490 const token_type& t3,
495 if (t.type() != t1 && t.type() != t2 && t.type() != t3)
507 const token_type& t3,
513 if (t.type() != t1 && t.type() != t2 && t.type() != t3 &&
526 const token_type& t3,
535 if (t.type() != t1 && t.type() != t2 && t.type() != t3 &&
549 const token_type& t3,
559 if (t.type() != t1 && t.type() != t2 && t.type() != t3 &&
488 expect(const token_type& t1, const token_type& t2, const token_type& t3, const std::string& textual) argument
505 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const std::string& textual) argument
524 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const token_type& t5, const token_type& t6, const token_type& t7, const std::string& textual) argument
547 expect(const token_type& t1, const token_type& t2, const token_type& t3, const token_type& t4, const token_type& t5, const token_type& t6, const token_type& t7, const token_type& t8, const std::string& textual) argument
/bind-9.6-ESV-R11/bin/tests/master/
H A Dt_master.c208 t3() { function
324 { t3, "DNS_NOOWNER" },
/bind-9.6-ESV-R11/bin/tests/timers/
H A Dt_timers.c531 t3(void) { function
1124 { t3, "timer_create" },
/bind-9.6-ESV-R11/bin/tests/rbt/
H A Dt_rbt.c540 t3() { function
1855 { t3, "dns_rbt_addname 2" },
/bind-9.6-ESV-R11/bin/tests/tasks/
H A Dt_tasks.c847 t3(void) { function
2352 { t3, "isc_task_shutdown" },
/bind-9.6-ESV-R11/bin/tests/db/
H A Dt_db.c464 t3(void) { function
3123 { t3, "dns_db_iscache" },

Completed in 1935 milliseconds