#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) |
Definition at line 42 of file persistent_device_code_cache.hpp.
sycl::_V1::detail::LockCacheItem::LockCacheItem | ( | const std::string & | Path | ) |
Definition at line 33 of file persistent_device_code_cache.cpp.
References sycl::_V1::detail::PersistentDeviceCodeCache::trace().
sycl::_V1::detail::LockCacheItem::~LockCacheItem | ( | ) |
Definition at line 49 of file persistent_device_code_cache.cpp.
References sycl::_V1::detail::PersistentDeviceCodeCache::trace().
|
inlinestatic |
Definition at line 52 of file persistent_device_code_cache.hpp.
References sycl::_V1::detail::OSUtil::isPathPresent().
Referenced by sycl::_V1::detail::PersistentDeviceCodeCache::getItemFromDisc().
|
inline |
Definition at line 51 of file persistent_device_code_cache.hpp.