Re: rtems_message_queue_receive / rtems_event_receive issues

2018-10-24 Thread Sebastian Huber
On 24/10/2018 11:10, Catalin Demergian wrote: Hi, I made a debug patch with some changes in _Scheduler_priority_Ready_queue_enqueue   if(tcb->Object.id == 0x0a010005) cnt_before = _Chain_Node_count_unprotected(ready_chain);   _Chain_Append_unprotected( ready_chain, node );   if(tcb->Object.i

Re: rtems_message_queue_receive / rtems_event_receive issues

2018-10-24 Thread Catalin Demergian
Hi, I made a debug patch with some changes in _Scheduler_priority_Ready_queue_enqueue if(tcb->Object.id == 0x0a010005) cnt_before = _Chain_Node_count_unprotected(ready_chain); _Chain_Append_unprotected( ready_chain, node ); if(tcb->Object.id == 0x0a010005) { cnt_after = _Chain_Node_count