Home
last modified time | relevance | path

Searched refs:threadTest (Results 1 - 1 of 1) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/
H A Dthread.c40 void threadTest(int *arg) in threadTest() function
45 printf("[Thread Test] threadTest osThreadGetId, thread id:%p\r\n", tid); in threadTest()
48 printf("[Thread Test] threadTest, count: %d.\r\n", count); in threadTest()
56 osThreadId_t tid = newThread("test_thread", threadTest, "This is a test thread."); in rtosv2_thread_main()

Completed in 1 milliseconds