MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / stop_decode_work

Method stop_decode_work

DSView/pv/data/decoderstack.cpp:388–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void DecoderStack::stop_decode_work()
389{
390 //set the flag to exit from task thread
391 if (_stask_stauts){
392 _stask_stauts->_bStop = true;
393 }
394 _decode_state = Stopped;
395}
396
397void DecoderStack::begin_decode_work()
398{

Callers 2

remove_decode_taskMethod · 0.80
clear_all_decode_taskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected