Searched refs:nonexist_name (Results 1 – 1 of 1) sorted by relevance
176 const char *nonexist_name = "nonexist"; in test_object_find_operations() local177 uassert_true(rt_strlen(nonexist_name) <= TEST_RT_NAME_MAX - 1); in test_object_find_operations()178 found = rt_object_find(nonexist_name, RT_Object_Class_Thread); in test_object_find_operations()
Completed in 4 milliseconds