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 - pthread_barrier_timedwait(): (1 Item)
   
pthread_barrier_timedwait()  
I created a function called pthread_barrier_timedwait().  Most other sync methods have a timed version but not pthread 
_barrier_ait(). I found it odd that it's missing, maybe there is a good reason for it.

At any rate, I took the source of pthread_barrier_wait and added some timeout stuff in there.  Drop me a note if anyone 
is interested.

- Mario