Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dcombinable.h48 T& local(bool& exists) { return my_ets.local(exists); } in local() argument
H A Denumerable_thread_specific.h159 void* table_lookup( bool& exists );
229 exists = true;
233 exists = true;
243 exists = false;
319 void* table_lookup( bool& exists ) {
322 exists=true;
324 found = super::table_lookup(exists);
887 bool exists;
888 return local(exists);
892 reference local(bool& exists) {
[all …]
H A Dconcurrent_hash_map.h1310 goto exists; in __TBB_requires()
1329 exists: in __TBB_requires()
/oneTBB/doc/main/tbb_userguide/
H A DHow_Task_Scheduler_Works.rst29 …of nodes, but only a linear number can exists at the same time, since it creates a stack of other …
H A Dcommunicate_with_nodes.rst74 consider m2 to be a predecessor of n1 since no edge exists.
/oneTBB/doc/main/reference/
H A Dconcurrent_lru_cache_cls.rst137 … **Effects**: Releases the reference (if it exists) to a value stored in ``concurrent_lru_cache``.
/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp423 bool exists = false; in run_parallel_scalar_tests_nocombine() local
424 T& ref = cconst.local(exists); in run_parallel_scalar_tests_nocombine()
425 CHECK( (exists || ref == default_value) ); in run_parallel_scalar_tests_nocombine()