Home
last modified time | relevance | path

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

/dports/dns/opendnssec2/opendnssec-2.1.10/common/
H A Dlocks.c206 janitor_threadclass_create(&detachedthreadclass, "daemonthreads"); in ods_janitor_initialize()
212 janitor_threadclass_create(&workerthreadclass, "workerthreads"); in ods_janitor_initialize()
217 janitor_threadclass_create(&handlerthreadclass, "handlerthreads"); in ods_janitor_initialize()
221 janitor_threadclass_create(&cmdhandlerthreadclass, "cmdhandlerthreads"); in ods_janitor_initialize()
H A Djanitor.h51 extern int janitor_threadclass_create(janitor_threadclass_t* threadclassptr, const char* name);
H A Djanitor.c81 janitor_threadclass_create(janitor_threadclass_t* threadclass, const char* name) in janitor_threadclass_create() function