Subj : Re: How to pass class-member function to pthread_create(....)? To : comp.programming.threads From : Chris Thomasson Date : Sun Jul 17 2005 02:14 am > It has to match signature that "pthread_create" expects so it has to be > static method or generic function and extern "C" is not necessary. Unfortunately extern "C" is necessary if your interested in creating "correct code"... .