Thread pooling in cpp on gnu linux

I m newb to thread pooling. I have to create a cpp application using thread pooling for gnu/linux machine. I didn't get too much on the net. Can any one give me the references to source code or conceptual document of thread pooling in cpp for gnu/linux.

      Any help will be appreciated.

There are threadpool C++ cross-platofrm classes available - here is some documentation:
threadpool Documentation

This seems to be aimed at MS programmers who are used to threadpool. From your question I would guess this is where you are coming from.

      Thanks for the help. But as u have said i have gone through it, but didn't get too much.

Did you look at the code?

I have gone through the code. They have given the source code of thread pool library. We can use these libraries in our applications. But i don't know how to use it. Actually i have gone through the example code, but didn't get it.