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
..
CMakeLists.txt fix - re-add log flush to srsran_assert 4 years ago
bcd_helpers_test.cc rename srsLTE to srsRAN 4 years ago
byte_buffer_queue_test.cc bugfix - fix memcheck warnings. move instructions with side effects outside of asserts 4 years ago
choice_type_test.cc all: check return value of make_byte_buffer() and handle them safely 4 years ago
mac_pcap_net_test.cc rename srsLTE to srsRAN 4 years ago
multiqueue_test.cc stack optimization - reduction of contention in multiqueue class 4 years ago
network_utils_test.cc Fixed issues from coverity: 4 years ago
pnf_bridge.cc rename srsLTE to srsRAN 4 years ago
pnf_dummy.cc rename srsLTE to srsRAN 4 years ago
stack_procedure_test.cc rename srsLTE to srsRAN 4 years ago
task_scheduler_test.cc rename srsLTE to srsRAN 4 years ago
test_eea1.cc rename srsLTE to srsRAN 4 years ago
test_eea2.cc rename srsLTE to srsRAN 4 years ago
test_eea3.cc rename srsLTE to srsRAN 4 years ago
test_eia1.cc rename srsLTE to srsRAN 4 years ago
test_eia3.cc rename srsLTE to srsRAN 4 years ago
test_f12345.cc rename srsLTE to srsRAN 4 years ago
timeout_test.cc rename srsLTE to srsRAN 4 years ago
timer_test.cc extend timer handler unit test to check correct time wheel implementation 4 years ago
tti_point_test.cc rename srsLTE to srsRAN 4 years ago