Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dobject_tc.c62 struct rt_object static_obj1, static_obj2, static_obj3; in test_object_name_handling() local
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()
109 rt_object_detach(&static_obj3); in test_object_name_handling()

Completed in 3 milliseconds