crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

desc.cc (102B)


      1 #include "threadlist"
      2 
      3 void Threadlist::desc(string const &s) {
      4     th_map[pthread_self()].desc(s);
      5 }