summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples/mp-sched/affinity_set.py
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-72/+0
|
* core: and fixing again after merging up...Tom Rondeau2013-03-261-2/+2
|
* Merge branch 'master' into nextTom Rondeau2013-03-261-2/+2
|\
| * core: fixed block names conflict from next.Tom Rondeau2013-03-261-2/+2
| |
* | core: fixed affinity example block names changes.Tom Rondeau2013-03-261-2/+2
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-261-6/+3
|\|
| * affinity: fixes a problem with using gr types (for uint8 vectors) in setting ↵Tom Rondeau2013-03-261-6/+3
| | | | | | | | processor affinity.
* | blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-9/+10
| | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* | filter: imporint firdes from gr-filter; no longer in gnuradio-core.Tom Rondeau2013-03-071-1/+1
| |
* | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-241-3/+4
|/
* core: thread affinity example core set changed.Tom Rondeau2013-02-071-1/+1
| | | | 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.
* core: working thread affinity concept into gr_blocks.Tom Rondeau2013-02-061-0/+73
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox