Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dparallel_pipeline.cpp149 bool end_of_input_tls_allocated; // no way to test pthread creation of TLS member in tbb::detail::r1::input_buffer
163 end_of_input_tls_allocated(false) { in input_buffer()
173 if( end_of_input_tls_allocated ) { in ~input_buffer()
235 end_of_input_tls_allocated = true; in create_my_tls()
464 __TBB_ASSERT(bf.my_input_buffer->end_of_input_tls_allocated, nullptr); in set_end_of_input()