Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task.cpp464 thread_local int test_tls = 0; variable
472 test_tls = 1;
503 REQUIRE_MESSAGE(test_tls == 1, "The wrong thread came out");