diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2019-06-04 13:46:35 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:24 -0800 |
commit | 97b004131ad7cdd1daaac091bce1dcf6fd12ccaa (patch) | |
tree | ed880f0fb068ec0729d56aed62fc1022f568ce25 /host/cmake | |
parent | 01f08d3fa5ae0cd8a2fc3c6e1112117a1f7f9768 (diff) | |
download | uhd-97b004131ad7cdd1daaac091bce1dcf6fd12ccaa.tar.gz uhd-97b004131ad7cdd1daaac091bce1dcf6fd12ccaa.tar.bz2 uhd-97b004131ad7cdd1daaac091bce1dcf6fd12ccaa.zip |
rfnoc: Fixed race condition in chdr_ctrl_endpoint
The lock acquired by send_fn does not need to share the same mutex
as the rest of the class. It only needs to serialize between multiple
calls to send_fn. Gave send_fn it's own mutex for that reason
Diffstat (limited to 'host/cmake')
0 files changed, 0 insertions, 0 deletions