Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-threshold.c631 SCMutexLock(&de_ctx->ths_ctx.threshold_table_lock); in PacketAlertThreshold()
633 SCMutexUnlock(&de_ctx->ths_ctx.threshold_table_lock); in PacketAlertThreshold()
647 if (SCMutexInit(&de_ctx->ths_ctx.threshold_table_lock, NULL) != 0) { in ThresholdHashInit()
732 SCMutexDestroy(&de_ctx->ths_ctx.threshold_table_lock); in ThresholdContextDestroy()
H A Ddetect.h718 SCMutex threshold_table_lock; /**< Mutex for hash table */ member