Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dqueue.c1260 if(iRetLocal == RS_RET_TIMED_OUT) { in tryShutdownWorkersWithinQueueTimeout()
1261 LogMsg(0, RS_RET_TIMED_OUT, LOG_INFO, in tryShutdownWorkersWithinQueueTimeout()
1278 if(iRetLocal == RS_RET_TIMED_OUT) { in tryShutdownWorkersWithinQueueTimeout()
1279 LogMsg(0, RS_RET_TIMED_OUT, LOG_INFO, in tryShutdownWorkersWithinQueueTimeout()
1324 if(iRetLocal == RS_RET_TIMED_OUT) { in tryShutdownWorkersWithinActionTimeout()
1325 LogMsg(0, RS_RET_TIMED_OUT, LOG_INFO, in tryShutdownWorkersWithinActionTimeout()
1339 if(iRetLocal == RS_RET_TIMED_OUT) { in tryShutdownWorkersWithinActionTimeout()
1340 LogMsg(0, RS_RET_TIMED_OUT, LOG_INFO, in tryShutdownWorkersWithinActionTimeout()
1358 if(iRetLocal == RS_RET_TIMED_OUT) { in tryShutdownWorkersWithinActionTimeout()
2839 LogMsg(0, RS_RET_TIMED_OUT, LOG_INFO,
[all …]
H A Drsyslog.h340 RS_RET_TIMED_OUT = -2041, /**< timeout occured (not necessarily an error) */ enumerator
H A Dwtp.c302 iRet = RS_RET_TIMED_OUT; in ATTR_NONNULL()
H A Ddynstats.c277 LogMsg(0, RS_RET_TIMED_OUT, LOG_INFO, "dynstats: bucket '%s' is being reset", b->name); in dynstats_resetIfExpired()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/omprog/
H A Domprog.c481 LogMsg(0, RS_RET_TIMED_OUT, LOG_WARNING, "omprog: program '%s' (pid %ld) did not respond " in readStatus()