MCPcopy Create free account
hub / github.com/boostorg/compute / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

test/test_event.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "context_setup.hpp"
25
26BOOST_AUTO_TEST_CASE(null_event)
27{
28 boost::compute::event null;
29 BOOST_CHECK(null.get() == cl_event());
30}
31
32#if defined(BOOST_COMPUTE_CL_VERSION_1_1) && defined(BOOST_COMPUTE_USE_CPP11)
33std::mutex callback_mutex;

Callers

nothing calls this directly

Calls 7

enqueue_markerMethod · 0.80
set_callbackMethod · 0.80
dataMethod · 0.80
flushMethod · 0.80
getMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected