roo_threads
API Documentation for roo_threads
Loading...
Searching...
No Matches
cv_status.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
roo_threads/impl/resolve.h
"
4
5
#ifdef ROO_THREADS_USE_FREERTOS
6
7
namespace
roo_threads
{
8
namespace
freertos {
9
10
/// @ingroup roo_threads_api_condition_variable
11
/// @copydoc roo_threads::doc::cv_status
12
enum class
cv_status
{
no_timeout
,
timeout
};
13
14
}
// namespace freertos
15
}
// namespace roo_threads
16
17
#endif
// ROO_THREADS_USE_FREERTOS
roo_threads::doc::cv_status
cv_status
Status returned from timed wait operations.
Definition
condition_variable_api.h:11
roo_threads::doc::cv_status::no_timeout
@ no_timeout
roo_threads::doc::cv_status::timeout
@ timeout
roo_threads
Definition
condition_variable_api.h:6
resolve.h
temp_repos
roo_threads
src
roo_threads
impl
freertos
cv_status.h
Generated by
1.9.8