3 Commits (d947e259c9c89b766551c14dd99d5ac0e6e04931)

Author SHA1 Message Date
Francisco ef9d1b8c13 stack optimization - reduction of contention in multiqueue class
With the new design, each queue created in the multiqueue object has its own mutex.
Pushing tasks to separate queues will, therefore, not cause contention.
There will be, however, still contention between the popping thread and the pushing threads.
4 years ago
Codebot 4523ee6087 rename srsLTE to srsRAN 4 years ago
Francisco 822e26b63f implemented circular buffer-based queue 4 years ago