Project Home
Project Home
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 - sem_xxxx APIs: Page 1 of 2 (2 Items)
   
sem_xxxx APIs  
QNX implemented POSIX APIs, but how does sem_xxxx APIs got implemented.

Does sem_xxxx routines actually send message to a "semaphore resource manager"? How expansive if it is sending messages 
all the time, if an application
calling sem_open, follow by sem_wait, follow by sem_post, and then sem_close all the time.