#include <juce_posix_SharedCode.h>
◆ Pimpl()
◆ ~Pimpl()
juce::HighResolutionTimer::Pimpl::~Pimpl |
( |
| ) |
|
|
inline |
◆ setThisThreadToRealtime()
static bool juce::HighResolutionTimer::Pimpl::setThisThreadToRealtime |
( |
uint64 |
periodMs | ) |
|
|
inlinestaticprivate |
◆ start()
void juce::HighResolutionTimer::Pimpl::start |
( |
int |
newPeriod | ) |
|
|
inline |
◆ stop()
void juce::HighResolutionTimer::Pimpl::stop |
( |
| ) |
|
|
inline |
◆ owner
◆ periodMs
std::atomic<int> juce::HighResolutionTimer::Pimpl::periodMs { 0 } |
◆ stopCond
std::condition_variable juce::HighResolutionTimer::Pimpl::stopCond |
|
private |
◆ thread
std::thread juce::HighResolutionTimer::Pimpl::thread |
|
private |
◆ timerMutex
std::mutex juce::HighResolutionTimer::Pimpl::timerMutex |
|
private |
The documentation for this struct was generated from the following file: