HomeSort by: relevance | last modified time | path
    Searched defs:ReleaseToOSIntervalMs (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 81 s32 ReleaseToOSIntervalMs() const {
82 return primary_.ReleaseToOSIntervalMs();
sanitizer_allocator_primary32.h 120 s32 ReleaseToOSIntervalMs() const {
sanitizer_allocator_primary64.h 89 s32 ReleaseToOSIntervalMs() const {
701 // Postpone the first release to OS attempt for ReleaseToOSIntervalMs,
707 if (ReleaseToOSIntervalMs() >= 0)
833 s32 interval_ms = ReleaseToOSIntervalMs();
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 77 s32 ReleaseToOSIntervalMs() const {
78 return primary_.ReleaseToOSIntervalMs();
sanitizer_allocator_primary32.h 128 s32 ReleaseToOSIntervalMs() const {
sanitizer_allocator_primary64.h 152 s32 ReleaseToOSIntervalMs() const {
785 // Postpone the first release to OS attempt for ReleaseToOSIntervalMs,
791 if (ReleaseToOSIntervalMs() >= 0)
876 s32 interval_ms = ReleaseToOSIntervalMs();
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 77 s32 ReleaseToOSIntervalMs() const {
78 return primary_.ReleaseToOSIntervalMs();
sanitizer_allocator_primary32.h 128 s32 ReleaseToOSIntervalMs() const {
sanitizer_allocator_primary64.h 152 s32 ReleaseToOSIntervalMs() const {
784 // Postpone the first release to OS attempt for ReleaseToOSIntervalMs,
790 if (ReleaseToOSIntervalMs() >= 0)
875 s32 interval_ms = ReleaseToOSIntervalMs();

Completed in 22 milliseconds