Searched refs:empty_list (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/test/
H A Dlist.c312 struct foo *empty_list = foo; local in function:test_nt_list_delete
314 nt_list_init(empty_list, next);
315 nt_list_del(empty_list, empty_list, struct foo, next);
317 assert(!empty_list);

Completed in 2 milliseconds