Searched refs:SuggestedDelayNS (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_win32-inl.h45 Sleep(base::internal::SuggestedDelayNS(loop) / 1000000);
H A Dspinlock_posix-inl.h52 tm.tv_nsec = base::internal::SuggestedDelayNS(loop);
H A Dspinlock_internal.cc46 namespace base { namespace internal { static int SuggestedDelayNS(int loop); }}
80 static int SuggestedDelayNS(int loop) { function in namespace:base::internal
H A Dspinlock_linux-inl.h79 tm.tv_nsec = base::internal::SuggestedDelayNS(loop);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_posix-inl.h52 tm.tv_nsec = base::internal::SuggestedDelayNS(loop);
H A Dspinlock_internal.cc46 namespace base { namespace internal { static int SuggestedDelayNS(int loop); }}
80 static int SuggestedDelayNS(int loop) { function in namespace:base::internal
H A Dspinlock_linux-inl.h91 tm.tv_nsec = base::internal::SuggestedDelayNS(loop);

Completed in 560 milliseconds