Searched refs:struct_tms_sz (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc251 if (tbuf) POST_WRITE(tbuf, struct_tms_sz);
H A Dsanitizer_platform_limits_posix.h38 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_posix.cc191 unsigned struct_tms_sz = sizeof(struct tms); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc3841 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tms, struct_tms_sz);

Completed in 82 milliseconds