Searched refs:timeout_ts (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3982 struct kernel_timespec timeout_ts; in LSS_NAME() local 3986 timeout_ts.tv_sec = timeout / 1000; in LSS_NAME() 3987 timeout_ts.tv_nsec = (timeout % 1000) * 1000000; in LSS_NAME() 3988 timeout_ts_p = &timeout_ts; in LSS_NAME()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3337 void *timeout_ts, __sanitizer_sigset_t *sigmask) { 3339 COMMON_INTERCEPTOR_ENTER(ctx, ppoll, fds, nfds, timeout_ts, sigmask); 3341 if (timeout_ts) 3342 COMMON_INTERCEPTOR_READ_RANGE(ctx, timeout_ts, struct_timespec_sz); 3345 COMMON_INTERCEPTOR_BLOCK_REAL(ppoll)(fds, nfds, timeout_ts, sigmask);
|