MCPcopy Create free account
hub / github.com/XpuOS/xsched / QueryData

Method QueryData

sched/src/protocol/event.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83StatusQuery *XQueueQueryEvent::QueryData() const
84{
85 XASSERT(data_.query_data != nullptr, "query data should not be nullptr");
86 XASSERT(data_.meta.pid == GetProcessId(),
87 "query data should only be accessed by the process creating it");
88 return data_.query_data;
89}
90
91StatusQuery *XQueueQueryAllEvent::QueryData() const
92{

Callers 1

UpdateStatusMethod · 0.80

Calls 1

GetProcessIdFunction · 0.85

Tested by

no test coverage detected