Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlib_ksils12.c824 if (ctx->signer_state != SIGNER_STARTED) { in create_signer_thread()
829 ctx->signer_state = SIGNER_INIT; in create_signer_thread()
832 ctx->signer_state = SIGNER_IDLE; in create_signer_thread()
837 while(*((volatile int*)&ctx->signer_state) & SIGNER_INIT); in create_signer_thread()
839 if (ctx->signer_state != SIGNER_STARTED) { in create_signer_thread()
867 ctx->signer_state = SIGNER_IDLE; in rsksiCtxNew()
950 if (ctx->signer_state != SIGNER_STARTED) { in rsksiCtxOpenFile()
1147 if (ctx->signer_state == SIGNER_STARTED) { in rsksiCtxDel()
1996 ctx->signer_state = SIGNER_STARTED; in signer_thread()
2061 ctx->signer_state = SIGNER_STOPPED; in signer_thread()
H A Dlib_ksils12.h112 int signer_state; member