Searched refs:exact_name (Results 1 – 1 of 1) sorted by relevance
103 char exact_name[TEST_RT_NAME_MAX]; in test_object_name_handling() local104 rt_memset(exact_name, 'B', TEST_RT_NAME_MAX - 1); in test_object_name_handling()105 exact_name[TEST_RT_NAME_MAX - 1] = '\0'; in test_object_name_handling()107 rt_object_init(&static_obj3, RT_Object_Class_Thread, exact_name); in test_object_name_handling()108 uassert_str_equal(static_obj3.name, exact_name); in test_object_name_handling()
Completed in 3 milliseconds