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

Method unitTestClearDefault

include/CL/opencl.hpp:6957–6959  ·  view source on GitHub ↗

! \brief Reset the default. * * This sets @c default_ to an empty value to support cleanup in * the unit test framework. * This function is not thread safe. */

Source from the content-addressed store, hash-verified

6955 * This function is not thread safe.
6956 */
6957 static void unitTestClearDefault() {
6958 default_ = CommandQueue();
6959 }
6960#endif // #ifdef CL_HPP_UNIT_TEST_ENABLE
6961
6962

Callers

nothing calls this directly

Calls 1

CommandQueueClass · 0.70

Tested by

no test coverage detected