WPILibC++
2027.0.0-alpha-4
Loading...
Searching...
No Matches
condition_variable.hpp
Go to the documentation of this file.
1
// Copyright (c) FIRST and other WPILib contributors.
2
// Open Source Software; you can modify and/or share it under the terms of
3
// the WPILib BSD license file in the root directory of this project.
4
5
#pragma once
6
7
#include <condition_variable>
8
9
#include "
wpi/util/priority_mutex.hpp
"
10
11
namespace
wpi::util
{
12
13
#if defined(__linux__) && defined(WPI_HAVE_PRIORITY_MUTEX)
14
using
condition_variable
= ::std::condition_variable_any;
15
#else
16
using
condition_variable
= ::std::condition_variable;
17
#endif
18
19
}
// namespace wpi::util
wpi::util
Definition
raw_os_ostream.hpp:19
wpi::util::condition_variable
::std::condition_variable condition_variable
Definition
condition_variable.hpp:16
priority_mutex.hpp
wpi
util
condition_variable.hpp
Generated on
for WPILibC++ by
1.15.0