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