Detecting Requests Using Posix Semaphores

Posted by Halo on Stack Overflow See other posts from Stack Overflow or by Halo
Published on 2010-04-02T18:29:37Z Indexed on 2010/04/02 18:33 UTC
Read the original article Hit count: 212

Filed under:
|
|
|

You know we can use message queues with the function mq_receive(); what is a good way to implement that functionality (you know, waiting until the shared data is changed) with semaphores?

© Stack Overflow or respective owner

Related posts about c

    Related posts about posix