Searched refs:main (Results 1 – 3 of 3) sorted by relevance
24 int __weak main(void) in main() function
578 extern int main(int, char **); in bg_thread_main()582 (void)main(argc, argv); in bg_thread_main()584 extern int main(void); in bg_thread_main()586 (void)main(); in bg_thread_main()
17 If disabled, only the main thread is available, so a main() function20 since the main thread cannot pend, it being the only thread in the71 int "Priority of initialization/main thread"76 of the main() function. main() can then change its priority if desired.158 int "Size of stack for initialization and main thread"164 executes the main() routine, so as to reuse the stack used by the167 After initialization is complete, the thread runs main().1088 Enables bootargs support and passing them to main().1104 int "Size of buffer containing main arguments in bytes"1108 Configures size of buffer containing all arguments passed to main.
Completed in 10 milliseconds