Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 4 of 4) sorted by relevance

/oneTBB/cmake/android/
H A Denvironment.cmake22 macro(execute_on_device cmd)
23 execute_process(COMMAND ${adb_executable} shell ${cmd} RESULT_VARIABLE CMD_RESULT)
25 message(FATAL_ERROR "Error while on device execution: ${cmd} error_code: ${CMD_RESULT}")
/oneTBB/cmake/python/
H A Dtest_launcher.cmake37 message(FATAL_ERROR "Error while test execution: ${cmd} error_code: ${CMD_RESULT}")
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h126 TBBMALLOC_EXPORT int __TBB_EXPORTED_FUNC scalable_allocation_command(int cmd, void *param);
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp3289 extern "C" int scalable_allocation_command(int cmd, void *param) in scalable_allocation_command() argument
3295 switch(cmd) { in scalable_allocation_command()