MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / run

Method run

tests/validation/UNIT/OMPScheduler.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void run(const Window &window, const ThreadInfo &info) override
59 {
60 ARM_COMPUTE_UNUSED(window);
61#pragma omp critical
62 {
63 roll_call[info.thread_id] = true;
64 }
65 }
66
67 bool success()
68 {

Callers 15

TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
FillBorder.cppFile · 0.45
TEST_CASEFunction · 0.45
validate_static_castFunction · 0.45
base_test_caseFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_specific_case_int8Function · 0.36