QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
quickcpplib::_xxx::configurable_spinlock::detail Namespace Reference

Classes

struct  choose_half_type
 
struct  choose_half_type< uint16_t >
 
struct  choose_half_type< uint32_t >
 
struct  choose_half_type< uint64_t >
 

Functions

template<bool use_pause>
void smt_pause () noexcept
 
template<>
void smt_pause< true > () noexcept
 

Function Documentation

◆ smt_pause()

template<bool use_pause>
void quickcpplib::_xxx::configurable_spinlock::detail::smt_pause ( )
inlinenoexcept
579{};

◆ smt_pause< true >()

template<>
void quickcpplib::_xxx::configurable_spinlock::detail::smt_pause< true > ( )
inlinenoexcept
581 {
582#ifdef QUICKCPPLIB_SMT_PAUSE
583 QUICKCPPLIB_SMT_PAUSE;
584#endif
585 };