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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -