Home
last modified time | relevance | path

Searched refs:fuzz_shouldTerminate (Results 1 – 3 of 3) sorted by relevance

/external/honggfuzz/
Dfuzz.h34 extern bool fuzz_shouldTerminate(void);
Dhonggfuzz.c71 if (fuzz_shouldTerminate()) { in sigHandler()
Dfuzz.c75 bool fuzz_shouldTerminate() { in fuzz_shouldTerminate() function