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