|
suricata
|
#include "suricata-common.h"#include "thread-storage.h"#include "util-unittest.h"#include "util-debug.h"#include "threads.h"
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] |
| void ThreadMacrosRegisterTests | ( | void | ) |
this function registers unit tests for DetectId
Definition at line 142 of file threads.c.
References UtRegisterTest().

| thread_local char t_thread_name[THREAD_NAME_LEN+1] |