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

/bind-9.11.3/util/
H A Dmodels.c19 int condition; variable
23 if (condition)
41 if (condition)
75 if (condition)
85 if (condition)
/bind-9.11.3/lib/isc/include/isc/
H A Drwlock.h16 #include <isc/condition.h>
/bind-9.11.3/lib/isc/pthreads/
H A Dcondition.c9 /* $Id: condition.c,v 1.36 2007/06/19 23:47:18 tbox Exp $ */
17 #include <isc/condition.h>
/bind-9.11.3/unit/atf-src/atf-c/
H A Dmacros_test.c108 #define H_CHECK(id, condition) \
109 H_DEF(check_ ## id, ATF_CHECK(condition))
113 #define H_CHECK_MSG(id, condition, msg) \
114 H_DEF(check_msg_ ## id, ATF_CHECK_MSG(condition, msg))
159 #define H_REQUIRE(id, condition) \
160 H_DEF(require_ ## id, ATF_REQUIRE(condition))
164 #define H_REQUIRE_MSG(id, condition, msg) \
165 H_DEF(require_msg_ ## id, ATF_REQUIRE_MSG(condition, msg))
/bind-9.11.3/lib/isc/win32/
H A Dcondition.c9 /* $Id: condition.c,v 1.23 2007/06/18 23:47:49 tbox Exp $ */
13 #include <isc/condition.h>
41 * for the wait condition
121 * the condition variable when calling us.
141 * the condition variable when calling us.
H A Dapp.c23 #include <isc/condition.h>
H A Dsocket.c47 #include <isc/condition.h>
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dmacros_test.cpp105 bool condition = atf::text::to_bool(get_config_var("condition")); local
108 ATF_REQUIRE(condition);
348 config["condition"] = t->cond;
361 "^failed: .*condition not met", "result"));
/bind-9.11.3/bin/named/
H A Dfuzz.c19 #include <isc/condition.h>
/bind-9.11.3/lib/isc/
H A Dtimer.c16 #include <isc/condition.h>
H A Dtask.c21 #include <isc/condition.h>
1041 * condition is tested, which may or may not be important, depending
1523 * isc_taskmgr_destroy(), e.g. by signalling a condition variable
/bind-9.11.3/lib/isc/unix/
H A Dapp.c28 #include <isc/condition.h>
514 * This is a gross hack to support waiting for condition
516 * see lib/isc/nothreads/include/isc/condition.h.
H A Dsocket.c40 #include <isc/condition.h>
2077 * Check for error or block condition.
4131 * condition, so we need to try both anyway. This is a
5834 * is no race condition. We will keep the lock for such a short
5990 * is no race condition. We will keep the lock for such a short
/bind-9.11.3/bin/tests/timers/
H A Dt_timers.c15 #include <isc/condition.h>
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c18 #include <isc/condition.h>

Completed in 121 milliseconds