Home
last modified time | relevance | path

Searched refs:tid_name (Results 1 – 2 of 2) sorted by relevance

/examples/rt-link/
A Drtlink_example.c122 char tid_name[RT_NAME_MAX + 1] = {0}; in create_thead_to_test_speed() local
124 rt_snprintf(tid_name, sizeof(tid_name), "lny_s%03d", i + 1); in create_thead_to_test_speed()
125 tid = rt_thread_create(tid_name, rt_link_speed_test, RT_NULL, 1024, 20, 10); in create_thead_to_test_speed()
129 LOG_I("Speed test thread[%s] startup", tid_name); in create_thead_to_test_speed()
A Drtlink_dev_example.c305 char tid_name[RT_NAME_MAX + 1] = {0}; in create_thead_to_test_speed() local
307 rt_snprintf(tid_name, sizeof(tid_name), "lny_s%03d", i + 1); in create_thead_to_test_speed()
308 tid = rt_thread_create(tid_name, rt_link_speed_test, RT_NULL, 1024, 20, 10); in create_thead_to_test_speed()
310 LOG_I("Speed test thread[%s] startup", tid_name); in create_thead_to_test_speed()

Completed in 11 milliseconds