DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::LockCacheItem Class Reference

#include <detail/persistent_device_code_cache.hpp>

Public Member Functions

 LockCacheItem (const std::string &Path)
 
bool isOwned ()
 
 ~LockCacheItem ()
 

Static Public Member Functions

static bool isLocked (const std::string &Path)
 

Detailed Description

Definition at line 42 of file persistent_device_code_cache.hpp.

Constructor & Destructor Documentation

◆ LockCacheItem()

sycl::_V1::detail::LockCacheItem::LockCacheItem ( const std::string &  Path)

◆ ~LockCacheItem()

sycl::_V1::detail::LockCacheItem::~LockCacheItem ( )

Member Function Documentation

◆ isLocked()

static bool sycl::_V1::detail::LockCacheItem::isLocked ( const std::string &  Path)
inlinestatic

◆ isOwned()

bool sycl::_V1::detail::LockCacheItem::isOwned ( )
inline

Definition at line 51 of file persistent_device_code_cache.hpp.


The documentation for this class was generated from the following files: