Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dobject_tc.c122 struct rt_object static_obj; in test_object_find_operations() local
124 rt_object_init(&static_obj, RT_Object_Class_Thread, name); in test_object_find_operations()
127 uassert_ptr_equal(found, &static_obj); in test_object_find_operations()
129 rt_object_detach(&static_obj); in test_object_find_operations()

Completed in 42 milliseconds