Go to the documentation of this file.
36 #include "probe/ncache.h"
37 #include "probe/rcache.h"
38 #include "common/util.h"
45 #ifndef HAVE_ATOMIC_FUNCTIONS
51 #define SEAP_LOCK pthread_mutex_lock (&globals.seap_lock)
52 #define SEAP_UNLOCK pthread_mutex_unlock (&globals.seap_lock)