Home
last modified time | relevance | path

Searched refs:cond_notify_one (Results 1 – 3 of 3) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dthreaded_queue_slg.c246 cond_notify_one(&q->read_cond); in threaded_queue_slg_wait_empty()
/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A Dserver-rw.c473 cond_notify_one(&ctx->cond); in server_rw_udp_receiver_thread()
605 cond_notify_one(&ctx->cond); in server_rw_udp_receiver_thread()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dmutex.h484 static inline void cond_notify_one(cond_t *cond) in cond_notify_one() function