Tool/software: Linux
Dear sir,
What I want to do is to create two functions. 'A' function is running at every 1 msec period of time and 'B' function is running at 8 msec period of time.
The execution time for both functions, of course, will be much less than the expected time.
The condition for 'A' function is non-interruptable by any other event, such as keyboard, ethernet, or any thread.... The 'B' function is interruptable by previously stated events .
Is there any way to implement the above goal in linux system ?
Your response will be highly appreciated, Thank you.
Best regards,
Rechard