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

Method put

common/frameut.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 }
345
346 void put(Frame &frame)
347 {
348 if(thread) thread->checkError();
349 frame.signalReady();
350 }
351
352 void shutdown(void)
353 {

Callers 3

runMethod · 0.45
runMethod · 0.45
dotestMethod · 0.45

Calls 2

checkErrorMethod · 0.80
signalReadyMethod · 0.80

Tested by

no test coverage detected