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

Method GetImplType

preempt/include/xsched/preempt/xqueue/xqueue.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 virtual void SetLaunchConfig(int64_t threshold, int64_t batch_size) = 0;
47
48 XQueueImplType GetImplType() const { return kImplType; }
49 XDevice GetDevice() const { return kDevice; }
50 XQueueHandle GetHandle() const { return kHandle; }
51 std::shared_ptr<HwQueue> GetHwQueue() const { return kHwQueue; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected