Home
last modified time | relevance | path

Searched defs:is_active (Results 1 – 4 of 4) sorted by relevance

/oneTBB/python/tbb/
H A D__init__.py48 is_active = False variable
/oneTBB/examples/task_arena/fractal/
H A Dfractal.cpp85 void fractal::draw_border(bool is_active) { in draw_border()
/oneTBB/include/oneapi/tbb/
H A Dtask_arena.h378 bool is_active() const { in is_active() function
/oneTBB/test/tbb/
H A Dtest_async_node.cpp396 std::atomic< bool > is_active; member in async_activity