summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/thread_affinity.dox
Commit message (Collapse)AuthorAgeFilesLines
* docs: moved usage manual to wikiMarc Lichtman2019-06-071-132/+0
| | | | docs: first snapshot of wiki's usage manual
* Doxygen: Adding GNU FDL header to Doxygen source filesBen Hilburn2017-03-101-0/+9
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* docs: Adding documentation for how to use the thread priority API of GR blocks.Tom Rondeau2013-09-051-3/+27
|
* runtime: added support for setting thread affinity to all blocks under a ↵Tom Rondeau2013-07-171-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 Rondeau2013-04-011-4/+4
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* docs: fixing a section name collision.Tom Rondeau2013-03-041-1/+1
|
* core: working thread affinity concept into gr_blocks.Tom Rondeau2013-02-061-0/+65
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox