Mixing Glib::Thread and pthread_*



Hello,

is it possible to mix the use of Glib::Thread and the C pthread_* API?
The problem is that I use an API (gpsd) that needs a pthread_t as
argument. In my application I have yet several Glib::Thread's. Are their
potential problems by mixing both models?

Is Glib::Thread always implemented with pthreads? Also on the win32
plattform? Do I get problem while porting my application to win32?

regards
Andreas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]