summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples/mp-sched
AgeCommit message (Collapse)Author
2013-03-26core: fixed block names conflict from next.Tom Rondeau
2013-03-26affinity: fixes a problem with using gr types (for uint8 vectors) in setting ↵Tom Rondeau
processor affinity.
2013-02-07core: thread affinity example core set changed.Tom Rondeau
The affinity call will work if at least 1 of the specified cores is present. This fixes a problem if running on a single-core machine.
2013-02-06core: working thread affinity concept into gr_blocks.Tom Rondeau
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-03Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.