Home
last modified time | relevance | path

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

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dasync.c186 static async_wait_s* async_wait_destroy_shared_delay[ASYNC_WAIT_DESTROY_SHARED_DELAY_COUNT] = variable
344 if(async_wait_destroy_shared_delay[async_wait_destroy_shared_delay_index] != NULL) in async_wait_destroy_shared()
346 …async_wait_destroy_shared_now(async_wait_destroy_shared_delay[async_wait_destroy_shared_delay_inde… in async_wait_destroy_shared()
348 async_wait_destroy_shared_delay[async_wait_destroy_shared_delay_index] = aw; in async_wait_destroy_shared()
807 if(async_wait_destroy_shared_delay[i] != NULL)
809 async_wait_destroy_shared_now(async_wait_destroy_shared_delay[i]);
810 async_wait_destroy_shared_delay[i] = NULL;