info.cc (92B)
1 #include "threadlist" 2 3 Threadinfo Threadlist::info(pthread_t id) { 4 return th_map[id]; 5 }