1 2 3 4 5 6
#pragma once #include <condition_variable> #include <mutex> int baz(int &j, std::mutex &mutex, std::condition_variable &cv);