Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dparallel_pipeline.cpp354 …if( my_object || ( my_filter->object_may_be_null() && !my_pipeline.end_of_input.load(std::memory_o… in execute_filter()
377 …if( !my_object && (!my_filter->object_may_be_null() || my_filter->my_input_buffer->my_tls_end_of_i… in execute_filter()
438 if( first_filter == &new_fitler && new_fitler.object_may_be_null() ) { in add_filter()
460 __TBB_ASSERT(bf.object_may_be_null(), nullptr); in set_end_of_input()
/oneTBB/include/oneapi/tbb/detail/
H A D_pipeline_filters.h89 bool object_may_be_null() { in object_may_be_null() function