Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ query_cnt
Method
query_cnt
modules/core/core/src/core/log/log_worker.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
int64_t ThreadToken::query_cnt() const SKR_NOEXCEPT
18
{
19
return skr_atomic64_load_relaxed(&tls_cnt_);
20
}
21
22
EFlushStatus ThreadToken::query_status() const SKR_NOEXCEPT
23
{
Callers
3
mark_flushing
Method · 0.80
predicate
Method · 0.80
process_logs
Method · 0.80
Calls
1
skr_atomic64_load_relaxed
Function · 0.85
Tested by
no test coverage detected