Searched refs:clock_getres (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 2202 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 D | sanitizer_common_syscalls.inc | 548 PRE_SYSCALL(clock_getres)(long which_clock, void *tp) {} 550 POST_SYSCALL(clock_getres)(long res, long which_clock, void *tp) {
|
| H A D | sanitizer_common_interceptors.inc | 74 #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 D | libc_ubuntu1404_abilist.txt | 1485 fun:clock_getres=uninstrumented
|