搜索资源列表
MyUp
- Some good Linux coding examples. Most of them are beginner level codes. Topics:Pthreads,Shell,UNIX processes
Chat-using-C
- Chatting application in c network programming using pthreads
PThreads-Programming
- Pthread Programing Source Files
Queue-master
- Linux: use cmake -DBUILT_32=ON .. to force 32-bit built, -DBUILT_64=ON for 64-bit-Queue - thread-safe - ability to define max number of elements - sort elements into queue - get in O(1), except when filtered (worst case O(n)) - put in O(1)
