suricata
threads.c File Reference
#include "suricata-common.h"
#include "util-unittest.h"
#include "util-debug.h"
#include "threads.h"
Include dependency graph for threads.c:

Go to the source code of this file.

Functions

void ThreadMacrosRegisterTests (void)
 this function registers unit tests for DetectId More...
 

Variables

thread_local char t_thread_name [THREAD_NAME_LEN+1]
 

Detailed Description

Author
Victor Julien victo.nosp@m.r@in.nosp@m.linia.nosp@m.c.ne.nosp@m.t
Pablo Rincon Crespo pablo.nosp@m..rin.nosp@m.con.c.nosp@m.resp.nosp@m.o@gma.nosp@m.il.c.nosp@m.om

This file now only contains unit tests see macros in threads.h

Definition in file threads.c.

Function Documentation

◆ ThreadMacrosRegisterTests()

void ThreadMacrosRegisterTests ( void  )

this function registers unit tests for DetectId

Definition at line 144 of file threads.c.

References UtRegisterTest().

Here is the call graph for this function:

Variable Documentation

◆ t_thread_name

thread_local char t_thread_name[THREAD_NAME_LEN+1]

Definition at line 32 of file threads.c.