[Prev][Next][Index][Thread]

Threads and interrupts



Under the OSkit implmentation of pthreads, if I have to grab a mutex
from within an interrupt (say, to lock access to a buffer) and that
mutex is locked, will the thread that has the lock get serviced and
thus allow the interrupt to continue?  I am thinking it does, but
haven't been able to prove to myself entirely that such is the case.  

Thanks
-Titus Winters

Follow-Ups: