Home
last modified time | relevance | path

Searched refs:NUM_STRINGS (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Dprofiling.cpp53 __TBB_ASSERT(idx < NUM_STRINGS, "string handle out of valid range"); in ITT_get_string_handle()
54 return idx < NUM_STRINGS ? strings_for_itt[idx].itt_str_handle : nullptr; in ITT_get_string_handle()
67 for ( std::uintptr_t i = 0; i < NUM_STRINGS; ++i ) { in ITT_init_strings()
/oneTBB/include/oneapi/tbb/
H A Dprofiling.h32 NUM_STRINGS enumerator