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

Method lock

src/api/cpp/array.cpp:1104–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102// FIXME: These functions need to be implemented properly at a later point
1103void array::array_proxy::unlock() const {}
1104void array::array_proxy::lock() const {}
1105
1106// NOLINTNEXTLINE(readability-convert-member-functions-to-static)
1107bool array::array_proxy::isLocked() const { return false; }

Callers 2

TESTFunction · 0.80
TESTFunction · 0.80

Calls 2

af_lock_arrayFunction · 0.50
getFunction · 0.50

Tested by

no test coverage detected