Home
last modified time | relevance | path

Searched refs:clock_getres (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2202 TEST(MemorySanitizer, clock_getres) { in TEST() argument
2206 ASSERT_EQ(0, clock_getres(CLOCK_REALTIME, 0)); in TEST()
2209 ASSERT_EQ(0, clock_getres(CLOCK_REALTIME, &tp)); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc548 PRE_SYSCALL(clock_getres)(long which_clock, void *tp) {}
550 POST_SYSCALL(clock_getres)(long res, long which_clock, void *tp) {
H A Dsanitizer_common_interceptors.inc74 #define clock_getres __clock_getres50
144 #define clock_getres __clock_getres_time64
2252 INTERCEPTOR(int, clock_getres, u32 clk_id, void *tp) {
2254 COMMON_INTERCEPTOR_ENTER(ctx, clock_getres, clk_id, tp);
2258 int res = REAL(clock_getres)(clk_id, tp);
2294 COMMON_INTERCEPT_FUNCTION(clock_getres); \
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1485 fun:clock_getres=uninstrumented