What is virtual memory, caches, priority inversion, reentrancy, semaphore vs mutex, spinlocks
Sigiloso
A function is said to be reentrant if there is a provision to interrupt the function in the course of execution, service the interrupt service routine and then resume the earlier going on function, without hampering its earlier course of action. Reentrant functions are used in applications like hardware interrupt handling, recursion, etc.