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

Method sync

src/backend/cpu/queue.hpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void sync() {
117 count = 0;
118 if (!sync_calls) aQueue.sync();
119 }
120
121 bool is_worker() const {
122 return (!sync_calls) ? aQueue.is_worker() : false;

Callers 15

syncFunction · 0.45
computeHomographyFunction · 0.45
findBestHomographyFunction · 0.45
homographyFunction · 0.45
harrisFunction · 0.45
copy_vector_fieldFunction · 0.45
getRawPtrFunction · 0.45
nativeFreeMethod · 0.45
orbFunction · 0.45
ArrayMethod · 0.45
deviceMethod · 0.45
writeHostDataArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected