[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 13/18: runtime: scheduler: check changed at
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 13/18: runtime: scheduler: check changed at beginning |
Date: |
Fri, 1 Jul 2016 16:25:45 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch next
in repository gnuradio.
commit 32b59a75f81f1949f793eb99e65c0ef0217cda64
Author: Bastian Bloessl <address@hidden>
Date: Wed Jun 29 09:08:08 2016 +0200
runtime: scheduler: check changed at beginning
---
gnuradio-runtime/lib/tpb_thread_body.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnuradio-runtime/lib/tpb_thread_body.cc
b/gnuradio-runtime/lib/tpb_thread_body.cc
index 610a13c..bba213f 100644
--- a/gnuradio-runtime/lib/tpb_thread_body.cc
+++ b/gnuradio-runtime/lib/tpb_thread_body.cc
@@ -95,6 +95,8 @@ namespace gr {
while(1) {
boost::this_thread::interruption_point();
+ d->d_tpb.clear_changed();
+
// handle any queued up messages
BOOST_FOREACH(basic_block::msg_queue_map_t::value_type &i,
block->msg_queue) {
// Check if we have a message handler attached before getting
@@ -115,7 +117,6 @@ namespace gr {
}
}
- d->d_tpb.clear_changed();
// run one iteration if we are a connected stream block
if(d->noutputs() >0 || d->ninputs()>0){
s = d_exec.run_one_iteration();
- [Commit-gnuradio] [gnuradio] branch next updated (5ff65f3 -> cbdaaa0), git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 07/18: blocks: use possibility to shutdown flow graph in unit tests, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 08/18: runtime: block if message block doesn't produce, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 02/18: runtime: allow blocks w/ only msg inputs to exit, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 04/18: runtime: allow msg port block finish cleanly, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 06/18: runtime: use bool for system port message, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 03/18: runtime: set_done shouldn't be set in msg handlers, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 17/18: Merge branch 'master' into next, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 05/18: runtime: whitespace, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 01/18: runtime: remove unnecessary wakeup of neighbors, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 13/18: runtime: scheduler: check changed at beginning,
git <=
- [Commit-gnuradio] [gnuradio] 16/18: runtime: poll blocks, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 12/18: runtime: tpb, don't check msg queue, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 11/18: runtime: scheduler: no busy-waiting, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 14/18: runtime: scheduler: check for messages at start of iteration, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 09/18: blocks: don't block waiting for messages, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 15/18: runtime: del left-over from blocked out, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 18/18: Merge remote-tracking branch 'bastibl/shutdown' into next, git, 2016/07/01
- [Commit-gnuradio] [gnuradio] 10/18: runtime: delete blocking wait for message, git, 2016/07/01