MCPcopy 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
17int64_t ThreadToken::query_cnt() const SKR_NOEXCEPT
18{
19 return skr_atomic64_load_relaxed(&tls_cnt_);
20}
21
22EFlushStatus ThreadToken::query_status() const SKR_NOEXCEPT
23{

Callers 3

mark_flushingMethod · 0.80
predicateMethod · 0.80
process_logsMethod · 0.80

Calls 1

Tested by

no test coverage detected