MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / flush

Function flush

include/internal/CL/cl.hpp:7170–7180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7168
7169
7170inline cl_int flush(void)
7171{
7172 cl_int error;
7173 CommandQueue queue = CommandQueue::getDefault(&error);
7174
7175 if (error != CL_SUCCESS) {
7176 return error;
7177 }
7178
7179 return queue.flush();
7180}
7181
7182inline cl_int finish(void)
7183{

Callers

nothing calls this directly

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected