Home
last modified time | relevance | path

Searched refs:static_obj2 (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
92 rt_object_init(&static_obj2, RT_Object_Class_Thread, NULL); in test_object_name_handling()
93 uassert_true(static_obj2.name[0] == '\0'); in test_object_name_handling()
94 rt_object_detach(&static_obj2); in test_object_name_handling()

Completed in 12 milliseconds