mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
There were locks in the apply_tx/rx_fe_corrections() methods that were acquired before calling methods that re-acquired the locks. The mutexes were not recursive, so it caused applications to lock up. The locks are unnecessary in the top level methods, so they are being removed. Signed-off-by: michael-west <michael.west@ettus.com> |
||
|---|---|---|
| .. | ||
| ad9361_driver | ||
| ad936x_manager.cpp | ||
| ad9361_ctrl.cpp | ||
| adf435x.cpp | ||
| adf535x.cpp | ||
| adf4001_ctrl.cpp | ||
| apply_corrections.cpp | ||
| CMakeLists.txt | ||
| fx2_ctrl.cpp | ||
| io_service_args.cpp | ||
| io_service_mgr.cpp | ||
| lmx2592.cpp | ||
| pwr_cal_mgr.cpp | ||
| recv_packet_demuxer.cpp | ||
| validate_subdev_spec.cpp | ||