Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
260
EXPORT_C_FUNC XResult XQueueDestroy(XQueueHandle xq)
261
{
262
return XQueueManager::Del(xq);
263
}
264
265
EXPORT_C_FUNC XResult XQueueGet(XQueueHandle *xq, HwQueueHandle hwq)
266
{
Callers
3
AutoDestroy
Method · 0.85
~VecAddTask
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
2
~VecAddTask
Method · 0.68
main
Function · 0.68