What's the potential issue if an interrupt or signal handler needs to lock a mutex What's the workaround described in the Solaris papers
a. Deadlock may occur; Workaround involves avoiding mutex usage
b. Race condition risk; Workaround is to use semaphores
c. Priority inversion problem; Workaround includes mutex hierarchy
d. No issue; Solaris papers recommend direct mutex locking