Pergunta de entrevista da empresa Qualcomm

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

Resposta da entrevista

Sigiloso

28 de nov. de 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.