
- Forum
- Programming Talk
- C and C++
- semaphores for threads within a single process
semaphores for threads within a single process
This is a discussion on semaphores for threads within a single process within the C and C++ forums, part of the Programming Talk category; Is it possible to design and create semaphores for threads within a single process? If so someone give me some ...
-
semaphores for threads within a single process
Is it possible to design and create semaphores for threads within a single process? If so someone give me some idea or tips on this.
Last edited by admin; 03-28-2011 at 11:21 AM.
-
Yes it is possible to design and create semaphores for threads within a single process. But do you want that to be created using C or C++. This can also be done but it is a tedious process.Rather you can try to do the same using C#.
-
05-19-2009, 09:32 AM #3
- Join Date
- May 2009
- Answers
- 1
The CDT (C/C++ Development Tools) Project provides a fully functional C and C++ Integrated Development Environment (IDE) for the Eclipse platform. The features include: support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers.
-------------------------
kelvin
-
03-28-2011, 08:04 AM #4
I tried it but two processes were forked! sorry i will try and let u know!
-
you want that to be created using C or C++. This can also be done but it is a tedious process.Rather you can try to do the same using C#. I tried it but two processes were forked! sorry i will try and let u know!
-
04-26-2011, 01:36 PM #6
Done the prob with C#...
-
Sponsored Ads

Reply With Quote





