|
proxygen
|
#include <time_source.h>
Public Types | |
| using | time_point = std::decay_t< TP > |
Public Member Functions | |
| time_source_shared_base () | |
Public Attributes | |
| std::mutex | lock_ |
| std::condition_variable | wake_ |
| std::thread | t_ |
| std::chrono::system_clock::time_point | earliest_ |
| bool | done_ |
| bool | joined_ |
| int | dirty_ |
| int | items_ |
| detail::opt< E > | error_ |
| std::deque< std::shared_ptr< time_source_queue_base< E, TP > > > | pending_ |
Definition at line 273 of file time_source.h.
| using folly::pushmi::time_source_shared_base< E, TP >::time_point = std::decay_t<TP> |
Definition at line 276 of file time_source.h.
|
inline |
Definition at line 288 of file time_source.h.
| int folly::pushmi::time_source_shared_base< E, TP >::dirty_ |
Definition at line 283 of file time_source.h.
| bool folly::pushmi::time_source_shared_base< E, TP >::done_ |
Definition at line 281 of file time_source.h.
| std::chrono::system_clock::time_point folly::pushmi::time_source_shared_base< E, TP >::earliest_ |
Definition at line 280 of file time_source.h.
| detail::opt<E> folly::pushmi::time_source_shared_base< E, TP >::error_ |
Definition at line 285 of file time_source.h.
| int folly::pushmi::time_source_shared_base< E, TP >::items_ |
Definition at line 284 of file time_source.h.
| bool folly::pushmi::time_source_shared_base< E, TP >::joined_ |
Definition at line 282 of file time_source.h.
| std::mutex folly::pushmi::time_source_shared_base< E, TP >::lock_ |
Definition at line 277 of file time_source.h.
| std::deque<std::shared_ptr<time_source_queue_base<E, TP> > > folly::pushmi::time_source_shared_base< E, TP >::pending_ |
Definition at line 286 of file time_source.h.
| std::thread folly::pushmi::time_source_shared_base< E, TP >::t_ |
Definition at line 279 of file time_source.h.
| std::condition_variable folly::pushmi::time_source_shared_base< E, TP >::wake_ |
Definition at line 278 of file time_source.h.