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

Method setStatus

include/internal/CL/cl.hpp:2991–2996  ·  view source on GitHub ↗

! \brief Sets the execution status of a user event object. * * Wraps clSetUserEventStatus(). */

Source from the content-addressed store, hash-verified

2989 * Wraps clSetUserEventStatus().
2990 */
2991 cl_int setStatus(cl_int status)
2992 {
2993 return detail::errHandler(
2994 ::clSetUserEventStatus(object_,status),
2995 __SET_USER_EVENT_STATUS_ERR);
2996 }
2997};
2998#endif
2999

Callers

nothing calls this directly

Calls 1

errHandlerFunction · 0.85

Tested by

no test coverage detected