EmbeddedRelated.com
Forums

Linux "wait_queue" equivalent in VxWorks 6.x

Started by Ebastec July 1, 2006
Hello all.

While porting firmware from Linux 2.4 to VxWorks 6.x, I came across a
Linux object named "wait_queue". I'm trying to figure out what's the
best VxWorks object that fulfill the Linux "wait_queue" task. I started
to use VxWorks message queues for it, but I'm not sure that it is the
same synchronization concept.

Does anybody have any experience on this?

Regards,
Ebastec

In article <1151751957.012289.17420@j8g2000cwa.googlegroups.com>, 
ebastec@yahoo.com says...
> Hello all. > > While porting firmware from Linux 2.4 to VxWorks 6.x, I came across a > Linux object named "wait_queue". I'm trying to figure out what's the > best VxWorks object that fulfill the Linux "wait_queue" task. I started > to use VxWorks message queues for it, but I'm not sure that it is the > same synchronization concept. > > Does anybody have any experience on this? > > Regards, > Ebastec
You might try posting this in comp.os.vxworks. --Gene