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 - mq_timedreceive_monotonic changed return value after applying 4844 patch: (2 Items)
   
mq_timedreceive_monotonic changed return value after applying 4844 patch  
I have integrated QNX patch 4844 into our QNX 650SP1 and I am facing a change in behaviour 
of the mq library call "mq_timedreceive_monotonic", can you please help me to understand the change history of the mq 
library ?
Its important also to say that the queue was created without setting the non blocking flag.
Re: mq_timedreceive_monotonic changed return value after applying 4844 patch  
The previous return was EINTR and after applying the patch the return is EAGAIN, timeout is set also.
> I have integrated QNX patch 4844 into our QNX 650SP1 and I am facing a change 
> in behaviour 
> of the mq library call "mq_timedreceive_monotonic", can you please help me to 
> understand the change history of the mq library ?
> Its important also to say that the queue was created without setting the non 
> blocking flag.