Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ host_queue_callback
Function
host_queue_callback
Sming/Arch/Host/Components/esp_hal/tasks.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool host_queue_callback(host_task_callback_t callback, os_param_t param)
118
{
119
return task_queues[HOST_TASK_PRIO]->post(os_signal_t(callback), param);
120
}
Callers
2
initialise
Method · 0.85
startScan
Method · 0.85
Calls
1
post
Method · 0.45
Tested by
no test coverage detected