Files
rtems/cpukit/sapi/src
Sebastian Huber 93306058c0 score: _CORE_mutex_Check_dispatch_for_seize()
Move the safety check performed by
_CORE_mutex_Check_dispatch_for_seize() out of the performance critical
path and generalize it.  Blocking on a thread queue with an unexpected
thread dispatch disabled level is illegal in all system states.

Add the expected thread dispatch disable level (which may be 1 or 2
depending on the operation) to Thread_queue_Context and use it in
_Thread_queue_Enqueue_critical().
2016-05-30 16:16:21 +02:00
..
2016-04-06 09:08:24 +02:00
2015-09-11 11:28:13 +02:00
2015-08-31 09:59:42 +02:00
2015-05-20 08:40:29 +02:00