PThreads Library.

Does anyone know if the pthreads library used in the USB DDK for
4.25 is available?

Thanks,
Tom.

“Tom” <pwc@ag-signs.com> wrote in message news:c1tcgc$dio$1@inn.qnx.com

Does anyone know if the pthreads library used in the USB DDK for
4.25 is available?

It’s available somewhere on ftp.qnx.com/usr/free. This is unsupported (I’m
surprise it’s used by the USB DDK). If it’s used by the USB DDK then it has
to be bundle with it no?

Thanks,
Tom.

“Mario Charest” postmaster@127.0.0.1 wrote in message
news:c1uboc$97a$1@inn.qnx.com

“Tom” <> pwc@ag-signs.com> > wrote in message news:c1tcgc$dio$> 1@inn.qnx.com> …
Does anyone know if the pthreads library used in the USB DDK for
4.25 is available?

I don’t believe that the USB DDK was created with the pthreads library, but
used co-routines in the same or similar manner (derived from) those used
by the QNX4 networking stacks. One of those developers might provide
the definitive answer.

These co-routines didn’t have to worry about some of the concerns
related to pthreads, such as cond vars, mutexes, thread join or
thread cancellation.


It’s available somewhere on ftp.qnx.com/usr/free. This is unsupported
(I’m
surprise it’s used by the USB DDK). If it’s used by the USB DDK then it
has
to be bundle with it no?

The binaries were on /usr/free. The source was never published (it wasn’t a
port); there were also
modifications incorporated into it that never went on /usr/free.

Thanks,
Tom.
\