CubicSDR/src/sdr
vsonnier 9b0ce69e8f Use the nuclear option to solve the hung problem:
Besides deadlocks, a thread can in theory get stuck in a blocking pop(),
not seeing the stopping flag in particular. So assure liveness by making all
pop() timed pop.
2017-05-25 09:32:27 +02:00
..
SDRDeviceInfo.cpp Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
SDRDeviceInfo.h CLEANUP: some compiler and static analysis warnings 2017-01-28 14:57:27 +01:00
SDREnumerator.cpp Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
SDREnumerator.h Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
SDRPostThread.cpp Use the nuclear option to solve the hung problem: 2017-05-25 09:32:27 +02:00
SDRPostThread.h CLEANUP: some compiler and static analysis warnings 2017-01-28 14:57:27 +01:00
SoapySDRThread.cpp Make ReBuffer refcount management automatic, using std::shared_ptr: 2017-05-24 12:28:37 +02:00
SoapySDRThread.h Make ReBuffer refcount management automatic, using std::shared_ptr: 2017-05-24 12:28:37 +02:00