Home
last modified time | relevance | path

Searched refs:THV_PAUSE (Results 1 – 6 of 6) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dthreadvars.h39 #define THV_PAUSE BIT_U32(2) /** signal thread to pause itself */ macro
H A Dtm-threads.c306 if (TmThreadsCheckFlag(tv, THV_PAUSE)) { in TmThreadsSlotPktAcqLoop()
441 if (TmThreadsCheckFlag(tv, THV_PAUSE)) { in TmThreadsSlotVar()
971 TmThreadsSetFlag(tv, THV_PAUSE); in TmThreadCreate()
1803 while (TmThreadsCheckFlag(tv, THV_PAUSE)) { in TmThreadTestThreadUnPaused()
1835 TmThreadsUnsetFlag(tv, THV_PAUSE); in TmThreadContinue()
1864 TmThreadsSetFlag(tv, THV_PAUSE); in TmThreadPause()
H A Ddetect-engine-loader.c577 if (TmThreadsCheckFlag(th_v, THV_PAUSE)) { in DetectLoader()
H A Dcounters.c401 if (TmThreadsCheckFlag(tv_local, THV_PAUSE)) { in StatsMgmtThread()
473 if (TmThreadsCheckFlag(tv_local, THV_PAUSE)) { in StatsWakeupThread()
H A Dflow-manager.c776 if (TmThreadsCheckFlag(th_v, THV_PAUSE)) { in FlowManager()
1095 if (TmThreadsCheckFlag(th_v, THV_PAUSE)) { in FlowRecycler()
H A Dsource-ipfw.c554 if (TmThreadsCheckFlag(tv, THV_KILL) || TmThreadsCheckFlag(tv, THV_PAUSE)) { in IPFWSetVerdict()