The only process on the core

How to do it? Maybe there are some system calls or console commands?? Other processes cannot interrupt the execution.
Please help me, thank you!
 
I guess he meant to have a process run up to its completion without risk of preemption for e.g. scheduling policies. Also, to have it done using a single core which would be fully "dedicated" to such task, thereby leaving room for other tasks to run on the remaining cores.

Regardless, I agree with ralphbsz: this needs elaboration.
 
Back
Top