Re: [Discuss-gnuradio] scheduler doubt

2013-06-15 Thread Josh Blum
On 06/14/2013 10:21 PM, Yogesh Dahiya wrote: > sorry for last post it accidentally got posted > > so i have work function which has infinite loop > while(1): > #some work > if condition > do some more work > now when this block get turn every thing is stuck on this block, other >

[Discuss-gnuradio] scheduler doubt

2013-06-14 Thread Yogesh Dahiya
sorry for last post it accidentally got posted so i have work function which has infinite loop while(1): #some work if condition do some more work now when this block get turn every thing is stuck on this block, other blocks are not given time. Shouldn't it be that after some time

[Discuss-gnuradio] scheduler doubt

2013-06-14 Thread Yogesh Dahiya
I have work function let say it has infinite loop while(1): ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio