Searched refs:condition (Results 1 - 14 of 14) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Drwlock.h25 #include <isc/condition.h>
/bind-9.6-ESV-R11/lib/isc/pthreads/
H A Dcondition.c18 /* $Id: condition.c,v 1.36 2007/06/19 23:47:18 tbox Exp $ */
26 #include <isc/condition.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_test.c110 #define H_CHECK(id, condition) \
111 H_DEF(check_ ## id, ATF_CHECK(condition))
115 #define H_CHECK_MSG(id, condition, msg) \
116 H_DEF(check_msg_ ## id, ATF_CHECK_MSG(condition, msg))
161 #define H_REQUIRE(id, condition) \
162 H_DEF(require_ ## id, ATF_REQUIRE(condition))
166 #define H_REQUIRE_MSG(id, condition, msg) \
167 H_DEF(require_msg_ ## id, ATF_REQUIRE_MSG(condition, msg))
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dapp.c32 #include <isc/condition.h>
H A Dcondition.c18 /* $Id: condition.c,v 1.23 2007/06/18 23:47:49 tbox Exp $ */
22 #include <isc/condition.h>
50 * for the wait condition
129 * the condition variable when calling us.
149 * the condition variable when calling us.
H A Dlibisc.mak124 -@erase "$(INTDIR)\condition.obj"
213 "$(INTDIR)\condition.obj" \
323 -@erase "$(INTDIR)\condition.obj"
324 -@erase "$(INTDIR)\condition.sbr"
479 "$(INTDIR)\condition.sbr" \
566 "$(INTDIR)\condition.obj" \
707 SOURCE=.\condition.c
712 "$(INTDIR)\condition.obj" : $(SOURCE) "$(INTDIR)"
718 "$(INTDIR)\condition.obj" "$(INTDIR)\condition
[all...]
H A Dsocket.c55 #include <isc/condition.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp107 bool condition = atf::text::to_bool(get_config_var("condition")); local
110 ATF_REQUIRE(condition);
350 config["condition"] = t->cond;
363 "^failed: .*condition not met", "result"));
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c39 #include <isc/condition.h>
369 * This is a gross hack to support waiting for condition
371 * see lib/isc/nothreads/include/isc/condition.h.
H A Dsocket.c40 #include <isc/condition.h>
1677 * Check for error or block condition.
3406 * condition, so we need to try both anyway. This is a
4947 * is no race condition. We will keep the lock for such a short
5091 * is no race condition. We will keep the lock for such a short
/bind-9.6-ESV-R11/bin/tests/timers/
H A Dt_timers.c24 #include <isc/condition.h>
/bind-9.6-ESV-R11/lib/isc/
H A Dtask.c31 #include <isc/condition.h>
766 * condition is tested, which may or may not be important, depending
1170 * isc_taskmgr_destroy(), e.g. by signalling a condition variable
H A Dtimer.c24 #include <isc/condition.h>
/bind-9.6-ESV-R11/bin/tests/tasks/
H A Dt_tasks.c27 #include <isc/condition.h>

Completed in 97 milliseconds