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
4
5#ifdef ROO_THREADS_USE_FREERTOS
6
7namespace roo_threads {
8namespace freertos {
9
10/// @ingroup roo_threads_api_condition_variable
11/// @copydoc roo_threads::doc::cv_status
12enum class cv_status { no_timeout, timeout };
13
14} // namespace freertos
15} // namespace roo_threads
16
17#endif // ROO_THREADS_USE_FREERTOS
cv_status
Status returned from timed wait operations.