Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlib_ksils12.h110 pthread_t signer_thread; member
H A Dlib_ksils12.c123 void *signer_thread(void *arg);
830 if (pthread_create(&ctx->signer_thread, NULL, signer_thread, ctx)) { in create_signer_thread()
1150 pthread_join(ctx->signer_thread, NULL); in rsksiCtxDel()
1937 void *signer_thread(void *arg) { in signer_thread() function