Home
last modified time | relevance | path

Searched refs:_buf_cond (Results 1 – 16 of 16) sorted by relevance

/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/hackrf/
H A Dhackrf_sink_c.cc204 _buf_cond.notify_one(); in hackrf_tx_callback()
211 _buf_cond.notify_one(); in hackrf_tx_callback()
245 _buf_cond.wait( lock ); in stop()
256 _buf_cond.wait( lock ); in stop()
264 _buf_cond.wait( lock ); in stop()
348 _buf_cond.wait( lock ); in work()
H A Dhackrf_source_c.cc160 _buf_cond.notify_one(); in hackrf_rx_callback()
208 _buf_cond.wait_for( lock , std::chrono::milliseconds(100)); in work()
H A Dhackrf_sink_c.h136 std::condition_variable _buf_cond; variable
H A Dhackrf_source_c.h134 std::condition_variable _buf_cond; variable
/dports/comms/soapyairspy/SoapyAirspy-soapy-airspy-0.2.0/
H A DStreaming.cpp115 _buf_cond.notify_one(); in rx_callback()
308_buf_cond.wait_for(lock, std::chrono::microseconds(timeoutUs), [this]{return _buf_count != 0;}); in acquireReadBuffer()
H A DSoapyAirspy.hpp226 std::condition_variable _buf_cond; member in SoapyAirspy
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/freesrp/
H A Dfreesrp_sink_c.cc71 _buf_cond.notify_one(); in freesrp_tx_callback()
83 _buf_cond.wait(lk); in work()
H A Dfreesrp_source_c.cc79 _buf_cond.notify_one(); in freesrp_rx_callback()
96 _buf_cond.wait(lk); in work()
H A Dfreesrp_sink_c.h125 std::condition_variable _buf_cond{};
H A Dfreesrp_source_c.h126 std::condition_variable _buf_cond{};
/dports/comms/soapysdrhackrf/SoapyHackRF-soapy-hackrf-0.3.3/
H A DHackRF_Streaming.cpp57 _buf_cond.notify_one(); in hackrf_rx_callback()
86 _buf_cond.notify_one(); in hackrf_tx_callback()
766 if (not _buf_cond.wait_for(lock, std::chrono::microseconds(timeoutUs), in acquireReadBuffer()
778 _buf_cond.wait_for(lock, std::chrono::microseconds(timeoutUs)); in acquireReadBuffer()
828 _buf_cond.wait_for(lock, std::chrono::microseconds(timeoutUs)); in acquireWriteBuffer()
H A DSoapyHackRF.hpp375 std::condition_variable _buf_cond; member in SoapyHackRF
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/rtl/
H A Drtl_source_c.cc313 _buf_cond.notify_one(); in rtlsdr_callback()
330 _buf_cond.notify_one(); in rtlsdr_wait()
343 _buf_cond.wait( lock ); in work()
H A Drtl_source_c.h136 std::condition_variable _buf_cond; variable
/dports/comms/soapysdr-rtlsdr/SoapyRTLSDR-soapy-rtl-sdr-0.3.2/
H A DStreaming.cpp146 _buf_cond.notify_one(); in rx_callback()
501_buf_cond.wait_for(lock, std::chrono::microseconds(timeoutUs), [this]{return _buf_count != 0;}); in acquireReadBuffer()
H A DSoapyRTLSDR.hpp271 std::condition_variable _buf_cond; member in SoapyRTLSDR