Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarionUK

    Newbie to C: Help with Threads

    So adding the mutex will ensure that ALL instances of this executable are run and run sequentially?
  2. MarionUK

    Newbie to C: Help with Threads

    My executable will be called from another program (not mine) a number of times, possibly almost simultaneously and I would like to ensure that all instances of my program are run successfully. Could you help? Thanks
  3. MarionUK

    Newbie to C: Help with Threads

    HI I need help in implementing some thread code, will CreateMutex() and then WaitForSingleObject be sufficient. Else please give me some suggestions. Thanks

Part and Inventory Search

Back
Top