Exforsys
+ Reply to Thread
Results 1 to 6 of 6

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 ...

  1. #1
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108

    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.

  2. #2
    blenda is offline Member Array
    Join Date
    May 2006
    Answers
    36
    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#.


  3. #3
    kelvinprera is offline Junior Member Array
    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


  4. #4
    swapwarick's Avatar
    swapwarick is offline Member Array
    Join Date
    Mar 2011
    Location
    Pune,India
    Answers
    37
    I tried it but two processes were forked! sorry i will try and let u know!


  5. #5
    sudha06 is offline Junior Member Array
    Join Date
    Mar 2011
    Answers
    15
    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!


  6. #6
    swapwarick's Avatar
    swapwarick is offline Member Array
    Join Date
    Mar 2011
    Location
    Pune,India
    Answers
    37
    Done the prob with C#...


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...