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

Function XQueueDestroy

preempt/src/xqueue/xqueue.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260EXPORT_C_FUNC XResult XQueueDestroy(XQueueHandle xq)
261{
262 return XQueueManager::Del(xq);
263}
264
265EXPORT_C_FUNC XResult XQueueGet(XQueueHandle *xq, HwQueueHandle hwq)
266{

Callers 3

AutoDestroyMethod · 0.85
~VecAddTaskMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

~VecAddTaskMethod · 0.68
mainFunction · 0.68