Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dparallel_pipeline.cpp45 input_tokens(Token(max_token)), in pipeline()
82 std::atomic<Token> input_tokens; member in tbb::detail::r1::pipeline
282 ITT_NOTIFY( sync_releasing, &my_pipeline.input_tokens ); in try_spawn_stage_task()
283 if( (my_pipeline.input_tokens.fetch_sub(1, std::memory_order_release)) > 1 ) { in try_spawn_stage_task()
400 … std::size_t ntokens_avail = my_pipeline.input_tokens.fetch_add(1, std::memory_order_acquire); in execute_filter()
406 ITT_NOTIFY( sync_acquired, &my_pipeline.input_tokens ); in execute_filter()