multithreading - Looking for a light-weight cross-platform C threading library -


i wanted use openmp this, not appropriate purposes: creating own thread pool.

so, needs c89 code with, of course, platform specific code windows , unices.

i need c library, no c++, boost c++11, etc.

thanks!

use posix threads - pthread. there windows implementation.

also take on gthread - part of glib.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -