Home
last modified time | relevance | path

Searched refs:static_obj1 (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
73 rt_object_init(&static_obj1, RT_Object_Class_Thread, test_name); in test_object_name_handling()
74 uassert_true(rt_strlen(static_obj1.name) <= TEST_RT_NAME_MAX - 1); in test_object_name_handling()
75 uassert_true(static_obj1.name[TEST_RT_NAME_MAX - 1] == '\0'); in test_object_name_handling()
76 uassert_true(rt_strncmp(static_obj1.name, test_name, TEST_RT_NAME_MAX - 1) == 0); in test_object_name_handling()
77 uassert_true(rt_object_is_systemobject(&static_obj1)); in test_object_name_handling()
78 rt_object_detach(&static_obj1); in test_object_name_handling()

Completed in 4 milliseconds