Domanda di colloquio di Qualcomm

What is virtual memory, caches, priority inversion, reentrancy, semaphore vs mutex, spinlocks

Risposta di colloquio

Anonimo

28 nov 2019

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.