FYI: On WinCE, there is no <time.h> and no _ftime()... It would have been a good idea to use the native Windows API (cf GetSystemTime) for the times in pthreads-win32. I will have to change all that for the WinCE port :-( -t