Searched refs:created_timer_id (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 189 created_timer_id) \ argument 191 (long)(which_clock), (long)(timer_event_spec), (long)(created_timer_id)) 193 res, which_clock, timer_event_spec, created_timer_id) \ argument 196 (long)(created_timer_id)) 2122 long created_timer_id); 2125 long created_timer_id);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 491 (long which_clock, void *timer_event_spec, void *created_timer_id) {} 494 (long res, long which_clock, void *timer_event_spec, void *created_timer_id) { 498 if (created_timer_id) 499 POST_WRITE(created_timer_id, sizeof(long));
|