MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / isComplete

Method isComplete

common/Frame.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 void signalComplete(void) { complete.signal(); }
54 void waitUntilComplete(void) { complete.wait(); }
55 bool isComplete(void) { return !complete.isLocked(); }
56 void decompressRGB(Frame &f, int width, int height, bool rightEye);
57 void addLogo(void);
58

Callers 3

getFrameMethod · 0.80
getFrameMethod · 0.80
getFrameMethod · 0.80

Calls 1

isLockedMethod · 0.80

Tested by

no test coverage detected