|
mq_open(): Function not implemented
|
01/24/2013 11:41 AM
post98765
|
mq_open(): Function not implemented
Hi,
I have an app just after kernal booting up. I used traditional message queue in mt app. If mq_open() is called right
away, it shows "mq_open(): Function not implemented". If I put sleep(1) before mq_open(), it works fine.
As my understanding, mq_open(...,"my_mq_name",...) will create a path /dev/mqueue/my_mq_name; just like file open() to
create file descriptor.
Question: Is there any precondition or dependence for using mq_open();
Thanks!
|
|
|