POSIX Emulation Layer for WindowsThreads News
Status: Beta
Brought to you by:
ponnada
PELT is a POSIX wrapper for windows threads. pthread_*, pthread_attr_*, pthread_mutex_*, pthread_mutexattr_*, pthread_cond_*, pthread_condattr_*, pthread_rwlock_*, sem_* functions are implemented in the initial release, this library is not yet 100% POSIX compliant.
But very much useful if one wants to develop multithreaded applications on windows using POSIX calls, and if still deosn't want to loose the native performance.