forked from Imagelibrary/rtems
2009-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/coremsgbroadcast.c: Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* score/src/coremsgbroadcast.c: Fix typo.
|
||||||
|
|
||||||
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* score/src/coremsgsubmit.c: Remove extra #else.
|
* score/src/coremsgsubmit.c: Remove extra #else.
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ CORE_message_queue_Status _CORE_message_queue_Broadcast(
|
|||||||
*/
|
*/
|
||||||
number_broadcasted = 0;
|
number_broadcasted = 0;
|
||||||
while ((the_thread =
|
while ((the_thread =
|
||||||
_Thread_queue_Dequeue(&the_message_queue->Wait_queue) != NULL)) {
|
_Thread_queue_Dequeue(&the_message_queue->Wait_queue))) {
|
||||||
waitp = &the_thread->Wait;
|
waitp = &the_thread->Wait;
|
||||||
number_broadcasted += 1;
|
number_broadcasted += 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user