MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / TEST

Function TEST

test/event.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20using af::event;
21
22TEST(EventTests, SimpleCreateRelease) {
23 af_event event;
24 ASSERT_SUCCESS(af_create_event(&event));
25 ASSERT_SUCCESS(af_delete_event(event));
26}
27
28TEST(EventTests, MarkEnqueueAndBlock) {
29 af_event event;

Callers

nothing calls this directly

Calls 8

af_create_eventFunction · 0.50
af_delete_eventFunction · 0.50
af_mark_eventFunction · 0.50
af_enqueue_wait_eventFunction · 0.50
af_block_eventFunction · 0.50
syncFunction · 0.50
markMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected