Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - C++ and semaphore operations: (3 Items)
   
C++ and semaphore operations  
I have some C code that I copy and compile as C++; the code here uses semctl, semop, et al.   

When compiled as C++ it says 'was not declared in this scope' what namespace do I have to add?
Re: C++ and semaphore operations  
Oh I see, the semctl declaration is commented out in sys/sem.h ...

what's a good alternative to semaphores?
Re: C++ and semaphore operations  
no semtimedop either