MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / __spin_loop_pause

Function __spin_loop_pause

include/stdexec/__detail/__spin_loop_pause.hpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace STDEXEC
29{
30 STDEXEC_ATTRIBUTE(always_inline) static void __spin_loop_pause() noexcept
31 {
32# if STDEXEC_MSVC_HEADERS()
33 _mm_pause();
34# else
35 __builtin_ia32_pause();
36# endif
37 }
38} // namespace STDEXEC
39#elif defined(__arm__) || defined(__aarch64__) || defined(_M_ARM64)
40namespace STDEXEC

Callers 3

__doneMethod · 0.85
runMethod · 0.85
reclaimMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected