Home
last modified time | relevance | path

Searched refs:__sanitizer_syscall_post_clock_gettime (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/msan/Linux/
Dsyscalls.cc61 __sanitizer_syscall_post_clock_gettime(0, 0, buf); in main()
66 __sanitizer_syscall_post_clock_gettime(-1, 0, buf); in main()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h228 #define __sanitizer_syscall_post_clock_gettime(res, which_clock, tp) \ macro