comparison packages/hal/common/current/src/thread-packets.c @ 76:435cced73e2f ecos-v1_3_1-release

eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
author jlarmour
date Tue, 28 Mar 2000 14:10:45 +0000
parents bf00f99aec69
children 678094f34118
comparison
equal deleted inserted replaced
75:41bf073c0c32 76:435cced73e2f
670 670
671 /* Loop through the threadid packing */ 671 /* Loop through the threadid packing */
672 while ((outbuf < limit) && (count < batchsize)) 672 while ((outbuf < limit) && (count < batchsize))
673 { 673 {
674 result = dbg_threadlist(start_flag,&lastthread,&nextthread) ; 674 result = dbg_threadlist(start_flag,&lastthread,&nextthread) ;
675 start_flag = 0 ; /* redundent but effective */ 675 start_flag = 0 ; /* redundant but effective */
676 if (!result) 676 if (!result)
677 { *done_ptr = '1' ; /* pack the done flag */ 677 { *done_ptr = '1' ; /* pack the done flag */
678 break ; 678 break ;
679 } 679 }
680 #if 0 /* DEBUG */ 680 #if 0 /* DEBUG */