C实现的多线程(pthread)安全链表数据结构包括member,insert,delete,traverse基本操作编译时需要链接pthread库,如gcc-O3SortList2.c-lpthread