Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_enumerable_thread_specific.cpp349 void allocate_ets_element_on_stack(const char* /* name */) { in allocate_ets_element_on_stack() function
428 allocate_ets_element_on_stack<int,char>("int vs. char");
429 allocate_ets_element_on_stack<int,short>("int vs. short");
430 allocate_ets_element_on_stack<int,char[3]>("int vs. char[3]");
431 allocate_ets_element_on_stack<float,char>("float vs. char");
432 allocate_ets_element_on_stack<float,short>("float vs. short");
433 allocate_ets_element_on_stack<float,char[3]>("float vs. char[3]");