Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

C++ Threadpool

9 views
Skip to first unread message

Ramine

unread,
Mar 17, 2017, 11:06:22 AM3/17/17
to
Hello,


C++ Threadpool

Description:

This C++ Threadpool is portable, and i think it can be used to code
real-time softwares under QNX real-time OS or VxWorks real-time OS and
other real-time OSs, because look at the source code it uses just static
arrays and it doesn't use dynamic memory and of course it uses pthread,
and i have included pthread for win32 and win64 inside the zip file,

You can use it also with my C++ MemPool for real-time systems here:

https://sites.google.com/site/aminer68/c-mempool-for-real-time-systems

Please look at the example.cpp example to learn how to use this threadpool.

Language: GNU C++ and Visual C++ and C++Builder



Thank you,
Amine Moulay Ramdane.

Ramine

unread,
Mar 17, 2017, 11:08:25 AM3/17/17
to
I have made it compatible with GCC and with MSVC and with C++Builder.

Ramine

unread,
Mar 17, 2017, 11:19:45 AM3/17/17
to
Hello,

You can download it from here:

https://sites.google.com/site/aminer68/c-threadpool
0 new messages