Home
last modified time | relevance | path

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

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dsys_error.h231 #define THREAD_DOUBLEDESTRUCTION_ERROR CORE_ERROR_CODE(0x2002) macro
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dsys_error.c344 error_register(THREAD_DOUBLEDESTRUCTION_ERROR, "THREAD_DOUBLEDESTRUCTION_ERROR"); in dnscore_register_errors()
H A Dthread_pool.c1301 return THREAD_DOUBLEDESTRUCTION_ERROR; /* double call */ in thread_pool_destroy()