Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: added support for setting thread affinity to all blocks under a ↵ | Tom Rondeau | 2013-07-17 | 1 | -8/+42 |
| | | | | | | | | | | | | | hier_block2. grc: added field to all blocks to set the thread affinity to a list of processors. docs: updated docs on thread affinity for new features. Conflicts: grc/base/Block.py grc/python/flow_graph.tmpl | ||||
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -4/+4 |
| | | | | PMTs are handled slightly different and are installed into their own module and include dir. | ||||
* | docs: fixing a section name collision. | Tom Rondeau | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | core: working thread affinity concept into gr_blocks. | Tom Rondeau | 2013-02-06 | 1 | -0/+65 |
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox |