mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[client/idd/obs] scheduler: isolate timing owner delivery
This commit is contained in:
@@ -134,7 +134,8 @@ private:
|
||||
static DWORD CALLBACK _PublisherThread(LPVOID arg);
|
||||
void PublisherThread();
|
||||
bool PublishNewestCandidate(
|
||||
uint32_t scheduleGeneration, bool periodic, uint64_t publishStart);
|
||||
const CFrameScheduler::Schedule& schedule, bool periodic,
|
||||
uint64_t publishStart);
|
||||
bool HasReadyCandidate();
|
||||
int AcquireCandidate();
|
||||
void ReleaseCandidate(unsigned candidateIndex);
|
||||
|
||||
Reference in New Issue
Block a user