If a thread has locked a mutex and then attempts to lock


The implementation of mutexes within the eCos kernel does not support recursive locks. If a thread has locked a mutex and then attempts to lock the mutex again, typically as a result of some recursive call in a complicated call graph, then either an assertion failure will be reported or the thread will deadlock. Suggest a reason for this policy.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: If a thread has locked a mutex and then attempts to lock
Reference No:- TGS01595687

Expected delivery within 24 Hours