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

Function finish

include/internal/CL/cl.hpp:7182–7193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7180}
7181
7182inline cl_int finish(void)
7183{
7184 cl_int error;
7185 CommandQueue queue = CommandQueue::getDefault(&error);
7186
7187 if (error != CL_SUCCESS) {
7188 return error;
7189 }
7190
7191
7192 return queue.finish();
7193}
7194
7195// Kernel Functor support
7196// New interface as of September 2011

Callers

nothing calls this directly

Calls 1

finishMethod · 0.80

Tested by

no test coverage detected