SYMBOL INDEX (7 symbols across 3 files) FILE: src/main.c function my_start_kernel (line 10) | void __init my_start_kernel(void) function my_process (line 45) | static void my_process(void) FILE: src/mypcb.h type myThread (line 7) | struct myThread { type myState (line 12) | enum myState { S_unrunnable = -1, S_runnable = 0, S_stopped = 1 } type myPCB (line 13) | typedef struct _myPCB { FILE: src/scheduler.c function my_timer_handler (line 14) | void my_timer_handler(void) function my_schedule (line 21) | void my_schedule(void)