Searched refs:condition (Results 1 - 14 of 14) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | rwlock.h | 25 #include <isc/condition.h>
|
/bind-9.6-ESV-R11/lib/isc/pthreads/ |
H A D | condition.c | 18 /* $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 D | macros_test.c | 110 #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 D | app.c | 32 #include <isc/condition.h>
|
H A D | condition.c | 18 /* $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 D | libisc.mak | 124 -@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 D | socket.c | 55 #include <isc/condition.h>
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | macros_test.cpp | 107 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 D | app.c | 39 #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 D | socket.c | 40 #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 D | t_timers.c | 24 #include <isc/condition.h>
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | task.c | 31 #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 D | timer.c | 24 #include <isc/condition.h>
|
/bind-9.6-ESV-R11/bin/tests/tasks/ |
H A D | t_tasks.c | 27 #include <isc/condition.h>
|
Completed in 97 milliseconds