srsLTE/lib/include
Andre Puschmann f1e6a975de thread_pool: fix concurrent access of state variable
the thread workers need access to their current state to exit properly
when they are set to state STOP. However, since the state is kept in
a std::vector for all workers, it seems more appropiate to add a per-thread
running variable rather then mutexing the entire vector.
2021-05-26 14:25:38 +02:00
..
srsran thread_pool: fix concurrent access of state variable 2021-05-26 14:25:38 +02:00
CMakeLists.txt rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00