Searched refs:exists (Results 1 – 7 of 7) sorted by relevance
48 T& local(bool& exists) { return my_ets.local(exists); } in local() argument
159 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 …]
1310 goto exists; in __TBB_requires()1329 exists: in __TBB_requires()
29 …of nodes, but only a linear number can exists at the same time, since it creates a stack of other …
74 consider m2 to be a predecessor of n1 since no edge exists.
137 … **Effects**: Releases the reference (if it exists) to a value stored in ``concurrent_lru_cache``.
423 bool exists = false; in run_parallel_scalar_tests_nocombine() local424 T& ref = cconst.local(exists); in run_parallel_scalar_tests_nocombine()425 CHECK( (exists || ref == default_value) ); in run_parallel_scalar_tests_nocombine()