[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtems_message_queue_receive
- Date: Fri, 21 Feb 2003 17:10:35 +0100
- From: fpoletti at libero.it (Francesco Poletti)
- Subject: rtems_message_queue_receive
Hy,
I don't understand why but in multiprocessing with a global queue the
rtems_messagge_queue_receive(Queue_id[1],(rtems_unsigned8*)f,RTEMS_WAIT,RTEMS_NO_TIMEOUT) don't works.
Instead rtems_messagge_queue_receive(Queue_id[1],(rtems_unsigned8*)f,RTEMS_NO_WAIT,RTEMS_NO_TIMEOUT) works well.
May be for the fix we done on the 10th of January 2003?
Thanks to all Francesco.