MCPcopy Create free account
hub / github.com/NVIDIA/DALI / shutdown

Method shutdown

dali/util/thread_safe_queue.h:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void shutdown() {
71 interrupt_ = true;
72 cond_.notify_all();
73 }
74
75 private:
76 std::queue<T> queue_;

Callers 4

~VideoLoaderMethod · 0.45
handle_sequence_Method · 0.45
handle_display_Method · 0.45
finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected