summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/vmcircbuf.h
Commit message (Collapse)AuthorAgeFilesLines
* runtime: size_t for vmcircbuf constructorJosh Morman2021-03-251-2/+2
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* runtime: buffer factories use size_tJosh Morman2021-03-251-2/+2
| | | | | | | | Addresses the issue where large buffer size requests get converted back and forth to signed/unsigned and can cause an overflow and the buffer allocation to fail Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* runtime: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-1/+8
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-39/+38
|
* runtime: 2 threading issues with the shared memory system.Tom Rondeau2013-06-141-0/+3
| | | | | | 1. Making a global mutex for the VM circular buffers to use and lock for multiple top_blocks to handle accessing the memory. 2. Catch the bad_alloc exception once and retry. After 1., this rarely happens unless the thread count gets large (> 20 as an estimate).
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+125