MCPcopy Create free account
hub / github.com/RenderKit/ospray / createAsyncEvent

Method createAsyncEvent

modules/cpu/common/DeviceRTImpl_ispc.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303AsyncEvent DeviceImpl::createAsyncEvent()
304{
305 std::shared_ptr<AsyncEventImpl> eventImpl =
306 std::make_shared<AsyncEventImpl>();
307 return AsyncEvent(eventImpl);
308}
309
310AsyncEvent DeviceImpl::memcpy(void *dest, const void *src, std::size_t size)
311{

Callers 1

processMethod · 0.45

Calls 1

AsyncEventClass · 0.85

Tested by

no test coverage detected