Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/Linux/
Dsyscalls.cc57 __sanitizer_syscall_post_clock_getres(0, 0, buf); in main()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h238 #define __sanitizer_syscall_post_clock_getres(res, which_clock, tp) \ macro