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

Function BOOST_AUTO_TEST_CASE

test/test_event.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "context_setup.hpp"
24
25BOOST_AUTO_TEST_CASE(null_event)
26{
27 boost::compute::event null;
28 BOOST_CHECK(null.get() == cl_event());
29}
30
31#if defined(CL_VERSION_1_1) && defined(BOOST_COMPUTE_USE_CPP11)
32std::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