AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::detail::SpinLock Struct Reference

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/core/FlatMapUtil.hpp>

Public Member Functions

AXOM_HOST_DEVICE bool tryLock ()
 
AXOM_HOST_DEVICE void unlock ()
 

Public Attributes

int value {0}
 

Member Function Documentation

◆ tryLock()

AXOM_HOST_DEVICE bool axom::detail::SpinLock::tryLock ( )
inline

References value.

◆ unlock()

AXOM_HOST_DEVICE void axom::detail::SpinLock::unlock ( )
inline

References value.

Member Data Documentation

◆ value

int axom::detail::SpinLock::value {0}

The documentation for this struct was generated from the following file: