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

Function XQueueCreate

preempt/src/xqueue/xqueue.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255EXPORT_C_FUNC XResult XQueueCreate(XQueueHandle *xq, HwQueueHandle hwq, int64_t level, int64_t flags)
256{
257 return XQueueManager::Add(xq, hwq, level, flags);
258}
259
260EXPORT_C_FUNC XResult XQueueDestroy(XQueueHandle xq)
261{

Callers 5

AutoCreateMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
VecAddTaskMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

VecAddTaskMethod · 0.68
mainFunction · 0.68