Searched refs:thread_running (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dthread-watch.c46 int thread_running; member in struct:AvahiThreadedPoll
92 p->thread_running = 0;
113 assert(!p->thread_running || !pthread_equal(pthread_self(), p->thread_id));
115 if (p->thread_running)
134 assert(!p->thread_running);
139 p->thread_running = 1;
147 if (!p->thread_running)
158 p->thread_running = 0;
176 assert(!p->thread_running || !pthread_equal(pthread_self(), p->thread_id));
185 assert(!p->thread_running || !pthread_equa
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_avahi.h35 int thread_running; member in struct:context
H A Dafp_avahi.c335 ctx->thread_running = 1;
363 if (ctx->thread_running) {
372 ctx->thread_running = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_avahi.h29 int thread_running; member in struct:context
H A Dafp_avahi.c319 ctx->thread_running = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dcompat.c92 int thread_running; member in struct:_sw_discovery
178 self->thread_running = 1;
369 (*self)->thread_running = 0;
399 (*self)->thread_running = 1;
414 if (!self->thread_running)
423 self->thread_running = 0;
558 if (!((sw_discovery) self)->thread_running)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dcompat.c73 int thread_running; member in struct:_DNSServiceRef_t
313 sdref->thread_running = 1;
391 sdref->thread_running = 0;
409 sdref->thread_running = 1;
424 if (sdref->thread_running) {

Completed in 99 milliseconds