Searched refs:is_dead (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/lib/libradius/
H A Dradlib_private.h72 int is_dead; /* The server did not answer last time */ member in struct:rad_server
H A Dradlib.c468 srvp->is_dead = 0;
719 h->servers[h->srv].is_dead = 1;
727 if (h->servers[h->srv].is_dead == 0)
731 h->servers[h->srv].is_dead = 0;
1051 if (h->servers[srv].is_dead == 0)
1055 h->servers[srv].is_dead = 0;
1064 h->servers[srv].is_dead = 0;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp189 CHECK(!cur_thread()->is_dead);
199 CHECK(!cur_thread()->is_dead);
211 CHECK(!cur_thread()->is_dead);
221 CHECK(!cur_thread()->is_dead);
231 CHECK(!cur_thread()->is_dead);
243 CHECK(!cur_thread()->is_dead);
253 if (!cur_thread()->is_inited || cur_thread()->is_dead) {
263 if (!cur_thread()->is_inited || cur_thread()->is_dead) {
272 if (!cur_thread()->is_inited || cur_thread()->is_dead) {
283 if (!cur_thread()->is_inited || cur_thread()->is_dead) {
[all...]
H A Dtsan_platform_mac.cpp80 dts->is_dead = true;
H A Dtsan_rtl_thread.cpp221 thr->is_dead = true;
H A Dtsan_platform_linux.cpp602 dead_thread_state->is_dead = true;
H A Dtsan_rtl.h200 bool is_dead; member in struct:__tsan::ThreadState
H A Dtsan_interceptors_posix.cpp261 if (ctx == 0 && !thr->is_dead) {
/freebsd-current/sys/net/route/
H A Dfib_algo.c1010 bool is_dead; local
1016 is_dead = fd->fd_dead;
1017 if (!is_dead)
1024 if (is_dead)

Completed in 261 milliseconds