Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Linux "wait_queue" equivalent in VxWorks 6.x

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

Linux "wait_queue" equivalent in VxWorks 6.x - Ebastec - 07:05 01-07-06

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




Re: Linux "wait_queue" equivalent in VxWorks 6.x - Gene S. Berkowitz - 11:03 02-07-06

In article <1...@j8g2000cwa.googlegroups.com>, 
e...@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