Re: Helios C- and timing-question...



Mike wrote:
>
> Helios API about running at a selected priority ...
> From
> http://www.classiccmp.org/transputer/documentation/perihelion/HBK.pdf
> 10.2.3 The System libraries/UTILITY LIBRARY/Thread creation
> This library provides a low-level thread creation interface,
OK, these functions reside in nonansi.h and the
essential one will be

void ExecProcess( void * process, word logpri );

Looks good that they will do what I need. Maybe
it creates a lot of overhead to call ExecProcess
every time I want to run a piece of timing critical
code but efficiency is not a real concern in my
application ;-)

Thanks,

Erik.
.