Searched refs:valgrind_active (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ | ||
| H A D | sna_threads.c | 40 static inline bool valgrind_active(void) { return RUNNING_ON_VALGRIND; } function in typeref:typename:bool 42 static inline bool valgrind_active(void) { return false; } function in typeref:typename:bool 141 if (valgrind_active()) |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ | ||
| H A D | sna_threads.c | 40 static inline bool valgrind_active(void) { return RUNNING_ON_VALGRIND; } function in typeref:typename:bool 42 static inline bool valgrind_active(void) { return false; } function in typeref:typename:bool 141 if (valgrind_active()) |
Completed in 3 milliseconds