suricata
|
Go to the source code of this file.
Macros | |
#define | PROFILING_MAX_LOCKS 64 |
Enumerations | |
enum | { LOCK_MUTEX, LOCK_SPIN, LOCK_RWW, LOCK_RWR } |
Functions | |
void | SCProfilingAddPacketLocks (void *) |
int | LockRecordInitHash (void) |
void | LockRecordFreeHash (void) |
Definition in file util-profiling-locks.h.
#define PROFILING_MAX_LOCKS 64 |
Definition at line 30 of file util-profiling-locks.h.
anonymous enum |
Enumerator | |
---|---|
LOCK_MUTEX | |
LOCK_SPIN | |
LOCK_RWW | rwlock, writer |
LOCK_RWR | rwlock, reader |
Definition at line 31 of file util-profiling-locks.h.
void LockRecordFreeHash | ( | void | ) |
int LockRecordInitHash | ( | void | ) |
void SCProfilingAddPacketLocks | ( | void * | ) |