MCPcopy Create free account
hub / github.com/apache/nuttx / nxtask_setup_scheduler

Function nxtask_setup_scheduler

sched/task/task_setup.c:678–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 ****************************************************************************/
677
678int nxtask_setup_scheduler(FAR struct tcb_s *tcb, int priority,
679 start_t start, main_t main, uint8_t ttype)
680{
681 /* Perform common thread setup */
682
683 return nxthread_setup_scheduler(tcb, priority, start, main, ttype);
684}
685
686/****************************************************************************
687 * Name: pthread_setup_scheduler

Callers 2

nxtask_setup_forkFunction · 0.85
nxtask_initFunction · 0.85

Calls 1

nxthread_setup_schedulerFunction · 0.85

Tested by

no test coverage detected