MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_sched_thread_bind_cpu

Function rt_sched_thread_bind_cpu

src/scheduler_up.c:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719RTM_EXPORT(rt_critical_level);
720
721rt_err_t rt_sched_thread_bind_cpu(struct rt_thread *thread, int cpu)
722{
723 return -RT_EINVAL;
724}
725
726/**
727 * @} group_thread_management

Callers 1

rt_thread_controlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected