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

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

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -