Searched refs:OS_Thread_example (Results 1 – 2 of 2) sorted by relevance
41 static void OS_Thread_example(void) in OS_Thread_example() function64 OHOS_APP_RUN(OS_Thread_example);
29 在OS_Thread_example函数中,通过osThreadNew()函数创建了thread1和thread2两个进程,thread1和thread2启动后会输出打印日志。54 static void OS_Thread_example(void)