Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp390 if (g_NumThreads > 1) {
411 if (g_NumThreads > 1) {
432 if (g_NumThreads > 1) {
453 if (g_NumThreads > 1) {
474 if (g_NumThreads > 1) {
686 if (g_NumThreads > 1) {
707 if (g_NumThreads > 1) {
728 if (g_NumThreads > 1) {
749 if (g_NumThreads > 1) {
1042 if (g_NumThreads > 1) {
[all …]
H A Dtest_eh_flow_graph.cpp93 if(cnt > g_NumThreads + 10) { in WaitAndThrow()
104 if(cnt > g_NumThreads + 10) { in WaitAndThrow()
122 if(cnt <= (g_NumThreads - (int)limited_type + 1)/2) { in WaitAndThrow()
135 if(cnt <= (g_NumThreads - (int)limited_type + 1)/2) { in WaitAndThrow()
513 …ss << saved_msg << " iter=" << iter << ", threads=" << g_NumThreads << ", throw=" << (throwExcepti… in run_one_functype_node_test()
1568 TestNodeType node_to_test(g,g_NumThreads + 1); in run_one_limiter_node_test()
1600 CHECK_MESSAGE( (ib_cnt == g_NumThreads + 2), "Missing invocations of input_node"); in run_one_limiter_node_test()
1601 CHECK_MESSAGE( (nb_cnt == g_NumThreads + 1), "Missing items in absorbers"); in run_one_limiter_node_test()
1983 g_NumThreads = nThread; in TestOneThreadNum()
/oneTBB/test/common/
H A Dexception_handling.h29 int g_NumThreads = 0; variable
241 …DOCTEST_WARN_MESSAGE( g_NumThreads == g_ActualMaxThreads, "Library did not provide sufficient thre… in WaitUntilConcurrencyPeaks()
256 inline void WaitUntilConcurrencyPeaks () { WaitUntilConcurrencyPeaks(g_NumThreads); } in WaitUntilConcurrencyPeaks()