Home
last modified time | relevance | path

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

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dlogger_handle.c439 static thread_t logger_thread_id = 0; variable
581 return logger_thread_id == thread_self(); in logger_is_self()
1598 …if((ret = thread_create(&logger_thread_id, logger_server_dispatcher_client_thread, clientfdp)) != … in logger_server_dispatcher_thread()
3302 if((return_code = thread_create(&logger_thread_id, logger_dispatcher_thread, NULL)) != 0) in logger_start()
3378 if((ret = thread_create(&logger_thread_id, logger_client_dispatcher_thread, NULL)) != 0) in logger_start_client()
3490 if((return_code = thread_join(logger_thread_id, NULL)) != 0) in logger_stop()
3498 logger_thread_id = 0; in logger_stop()
3678 if(logger_thread_id != thread_self()) in logger_flush()