Home
last modified time | relevance | path

Searched refs:async_queue_empty (Results 1 – 4 of 4) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dasync.h215 bool async_queue_empty(async_queue_s *q);
/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A Dnotify.c2005 while(service_should_run(worker) || !async_queue_empty(&notify_handler_queue)) in notify_service()
2016 async_queue_empty(&notify_handler_queue)); in notify_service()
2577 while(!async_queue_empty(&notify_handler_queue)) in notify_service_finalize()
H A Ddatabase-service.c506 while(!async_queue_empty(&database_handler_queue)) in database_service_finalize()
1366 while((running = service_should_run(worker)) || !async_queue_empty(&database_handler_queue)) in database_service()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dasync.c636 async_queue_empty(async_queue_s *q) function