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

Function host_cpu_started

arch/sim/src/sim/sim_smpsignal.c:98–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 ****************************************************************************/
97
98void host_cpu_started(void)
99{
100#ifdef CONFIG_SCHED_INSTRUMENTATION_SWITCH
101 struct tcb_s *tcb = this_task();
102
103 /* Notify that this CPU has started */
104
105 sched_note_cpu_started(tcb);
106
107 /* Announce that the IDLE task has started */
108
109 sched_note_start(tcb);
110#endif
111}
112
113/****************************************************************************
114 * Name: up_cpu_start

Callers 1

sim_idle_trampolineFunction · 0.85

Calls 3

this_taskFunction · 0.85
sched_note_cpu_startedFunction · 0.85
sched_note_startFunction · 0.85

Tested by

no test coverage detected