8#include <valgrind/verrou.h>
11void debug_verrou_start_instrumentation() {
13 VERROU_START_INSTRUMENTATION;
17void debug_verrou_stop_instrumentation() {
19 VERROU_STOP_INSTRUMENTATION;
23void debug_fenv_start_instrumentation() {
29void debug_fenv_stop_instrumentation() {
31 fedisableexcept(FE_ALL_EXCEPT);