Searched refs:mutil_num (Results 1 – 2 of 2) sorted by relevance
114 static void create_thead_to_test_speed(rt_uint8_t mutil_num) in create_thead_to_test_speed() argument118 LOG_D("Speed test type [%02d], mutil [%02d]", speed_test_type, mutil_num); in create_thead_to_test_speed()119 for (i = 0; i < mutil_num; i++) in create_thead_to_test_speed()166 rt_uint8_t mutil_num = 1; in rtlink_exsend() local169 mutil_num = atoi((const char *)argv[3]); in rtlink_exsend()180 create_thead_to_test_speed(mutil_num); in rtlink_exsend()
297 void create_thead_to_test_speed(rt_uint8_t mutil_num) in create_thead_to_test_speed() argument301 LOG_D("Speed test type [%02d], mutil [%02d]", speed_test_type, mutil_num); in create_thead_to_test_speed()302 for (i = 0; i < mutil_num; i++) in create_thead_to_test_speed()
Completed in 5 milliseconds