eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.65k stars 384 forks source link

POSIX wrapper for pthreads #1365

Open FerdinandSpitzschnueffler opened 2 years ago

FerdinandSpitzschnueffler commented 2 years ago

Brief feature description

We need a POSIX wrapper for pthreads to get rid of exceptions and undefined behavior. For posix platforms the wrapper shall support:

Optionally, it would be awesome when it supports

Tasks

Design considerations

elBoberido commented 2 years ago

@FerdinandSpitzschnueffler since we cannot use the heap I think setting the stack address is more of a must have than a nice to have.