Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/omprog/
H A Domprog.c594 CHKiConcCtrl(pthread_mutex_lock(pData->pSingleChildMut)); in startSingleChildOnce()
742 CHKiConcCtrl(pthread_mutex_init(&pCtx->mutStart, NULL)); in allocOutputCaptureCtx()
743 CHKiConcCtrl(pthread_mutex_init(&pCtx->mutWrite, NULL)); in allocOutputCaptureCtx()
744 CHKiConcCtrl(pthread_mutex_init(&pCtx->mutTerm, NULL)); in allocOutputCaptureCtx()
745 CHKiConcCtrl(pthread_cond_init(&pCtx->condTerm, NULL)); in allocOutputCaptureCtx()
771 CHKiConcCtrl(pthread_mutex_lock(&pCtx->mutStart)); in startOutputCaptureOnce()
901 CHKiConcCtrl(pthread_mutex_init(pData->pSingleChildMut, NULL)); in postInitInstance()
952 CHKiConcCtrl(pthread_mutex_lock(pWrkrData->pData->pSingleChildMut));
968 CHKiConcCtrl(pthread_mutex_lock(pWrkrData->pData->pSingleChildMut));
992 CHKiConcCtrl(pthread_mutex_lock(pWrkrData->pData->pSingleChildMut));
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imdiag/
H A Dimdiag.c423 CHKiConcCtrl(pthread_mutex_lock(&mutStatsReporterWatch)); in blockStatsReporting()
425 CHKiConcCtrl(pthread_mutex_unlock(&mutStatsReporterWatch)); in blockStatsReporting()
462 CHKiConcCtrl(pthread_mutex_lock(&mutStatsReporterWatch)); in awaitStatsReport()
464 CHKiConcCtrl(pthread_cond_wait(&statsReporterWatch, &mutStatsReporterWatch)); in awaitStatsReport()
467 CHKiConcCtrl(pthread_mutex_unlock(&mutStatsReporterWatch)); in awaitStatsReport()
889 CHKiConcCtrl(pthread_mutex_init(&mutStatsReporterWatch, NULL));
890 CHKiConcCtrl(pthread_cond_init(&statsReporterWatch, NULL));
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlookup.c91 CHKiConcCtrl(pthread_rwlock_init(&pThis->rwlock, NULL)); in lookupNew()
93 CHKiConcCtrl(pthread_mutex_init(&pThis->reloader_mut, NULL)); in lookupNew()
95 CHKiConcCtrl(pthread_cond_init(&pThis->run_reloader, NULL)); in lookupNew()
97 CHKiConcCtrl(pthread_attr_init(&pThis->reloader_thd_attr)); in lookupNew()
101 CHKiConcCtrl(pthread_create(&pThis->reloader, &pThis->reloader_thd_attr, in lookupNew()
H A Drsyslog.h618 # define CHKiConcCtrl(code) { int tmp_CC; \ macro
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/imdocker/
H A Dimdocker.c659 CHKiConcCtrl(pthread_mutex_init(&pThis->mut, NULL)); in dockerContLogReqsNew()
774 CHKiConcCtrl(pthread_mutex_lock(&pThis->mut)); in dockerContLogReqsRemove()
1450 CHKiConcCtrl(pthread_mutex_lock(&pInstances->mut)); in process_json()
1713 CHKiConcCtrl(pthread_attr_init(&thrd_attr));
1714 CHKiConcCtrl(pthread_create(&thrd_id, &thrd_attr, getContainersTask, pInstances));
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/mmdblookup/
H A Dmmdblookup.c166 CHKiConcCtrl(pthread_mutex_init(&pWrkrData->mmdbMutex, NULL));
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imptcp/
H A Dimptcp.c2013 CHKiConcCtrl(pthread_mutex_init(&io_q.mut, NULL)); in initIoQ()
2014 CHKiConcCtrl(pthread_cond_init(&io_q.wakeup_worker, NULL)); in initIoQ()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/mmkubernetes/
H A Dmmkubernetes.c1034 CHKiConcCtrl(pthread_mutex_init(cache->cacheMtx, NULL)); in cacheNew()