Subject: Re: [vhdl-200x] RE: Posix Threads
From: Steve Casselman (sc@vcc.com)
Date: Wed Jun 11 2003 - 09:04:37 PDT
I like the synchronization aspects of Posix threads. "The Mutexes are simple
lock primitives that can be used to control access to a shared resource and
the condition variable which supplements mutexes by allowing threads to
block and await a signal from another thread" (ripped off from somewhere on
the net). Threads are used in Java and many other "latest greatest
languages." We should make sure that we cover both Verilog style Fork/Join
and Posix threads.
Steve
This archive was generated by hypermail 2b28 : Wed Jun 11 2003 - 09:07:25 PDT