Where can I download the pthread.h, semophore.h and their libraries?

24,432

Windows got its own threading mechanism and is not dependent on pthread etc, similarly it also got semaphores (http://msdn.microsoft.com/en-us/library/windows/desktop/ms686946(v=vs.85).aspx), but there are pthread port for windows http://sourceware.org/pthreads-win32/, you can give it a try.

Share:
24,432
Vinoj John Hosan
Author by

Vinoj John Hosan

Working in image processing and computer vision using matlab,c++ and opencv

Updated on April 12, 2020

Comments

  • Vinoj John Hosan
    Vinoj John Hosan about 4 years

    Where can I download the pthread.h, semophore.h and their libraries for C?

    I need to download for windows. And also please give the linking procedure for VS2010.