You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
examples Fix more static analysis warnings 4 years ago
include stack optimization - reduction of contention in multiqueue class 4 years ago
src SSB related minor aesthetical corrections 4 years ago
test stack optimization - reduction of contention in multiqueue class 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago