Searched refs:sampler_mutex (Results 1 – 1 of 1) sorted by relevance
13 std::mutex sampler_mutex; //dummy mutex to lock in the thread we spawn. variable22 std::lock_guard<std::mutex> guard(sampler_mutex); in ThreadFunc()58 std::lock_guard<std::mutex> guard(sampler_mutex); in main()