Get rid of unnecessary barrier. Improve comment.
[pintos-anon] / src / tests / threads / list.c
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-01-09 Ben PfaffPrint int with %d, not %zu.
2005-01-09 Ben PfaffPrint PASS messages when complete.
2004-12-31 Ben PfaffAdd list_min(), list_max().
2004-09-27 Ben PfaffTest for linked list implementation.