Home
last modified time | relevance | path

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

/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dredfish.c113 static void *redfish_worker_thread(void __attribute__((unused)) * args);
206 ret = pthread_create(&ctx.worker_thread, NULL, redfish_worker_thread, NULL); in redfish_init()
859 static void *redfish_worker_thread(void __attribute__((unused)) * args) { in redfish_worker_thread() function