G
Guest
I’m using a timer, and when the timer is invoking my callback; I want that
the callback code will be executed at once as a one atomic action so the CPU
will not leave this tread in the middle of the callback execution.
Can anybody tell me how to it?
the callback code will be executed at once as a one atomic action so the CPU
will not leave this tread in the middle of the callback execution.
Can anybody tell me how to it?