[Threads-list] want to use cpp_threads
Brought to you by:
hanseno
From: David B. <plu...@ya...> - 2004-03-03 14:49:59
|
I came across some old code source that used a class called cpp_threads::Pthread as basis for inheritance of a thread class: eg: class x : public cpp_threads::Pthread However I can't seem to find any documentation, much less any include files that seem to use it. In the source file there is reference to #include <thread.h> However i don't seem to have this header file on my system (or at least the one i am expecting I did find one here: ./usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/thread.h However, there is no mention of a namespace called cpp_threads or a class called Pthread. I'm using g++ (rh linux 3.2.2-5) What do I need to do so that I can get this to work on my system? Thanks in advance Dave __________________________________ Do you Yahoo!? Yahoo! Search - Find what youre looking for faster http://search.yahoo.com |