Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dshared_utils.h107 int found[N] = { 0 };
116 if (!found[i] && 1 == sscanf(buf, items[i].format, &items[i].value)) {
118 found[i] = 1;
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmalloc_replacement_log.rst34 and checks if each one has a known bytecode pattern. If any required function is not found or its b…
41 * 0, if all necessary functions are successfully found and the replacement takes place.
/oneTBB/include/oneapi/tbb/
H A Denumerable_thread_specific.h218 void* found;
234 found = s.ptr;
244 found = create_local();
280 s.ptr = found;
281 return found;
320 void* found = get_tls();
321 if( found ) {
324 found = super::table_lookup(exists);
325 set_tls(found);
327 return found;
/oneTBB/doc/main/tbb_userguide/
H A Dautomatically-replacing-malloc.rst14 found in platform-specific sections below). A proxy library and a
H A DAdvanced_Example.rst28 The loop works by keeping track of the minimum value found so far, and
/oneTBB/cmake/python/
H A Dtest_launcher.cmake23 …message(WARNING "Found more than oneTBB Python modules, the only first found module will be tested…
/oneTBB/doc/main/reference/
H A Dconcurrent_lru_cache_cls.rst32 When no item is found for a given key, the container calls the user-specified
108 If such an item is not found, the user-specified function object is called to
H A Dtype_specified_message_keys.rst63 same namespace with the message type. This function will be found via C++ argument-dependent
/oneTBB/doc/
H A Dmake.bat36 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
H A DDoxyfile.in113 # used to form the text in various listings. Each string in this list, if found
507 # documentation blocks found inside the body of a function. If set to NO, these
1657 # to a relative location where the documentation can be found. The format is:
2051 # C-preprocessor directives found in the sources and include files.
2074 # INCLUDE_PATH will be searched if a #include is found.
2107 # macro definition that is found in the sources will be used. Use the PREDEFINED
2109 # definition found in the source code.
2193 # the mscgen tool resides. If left empty the tool is assumed to be found in the
2201 # If left empty dia is assumed to be found in the default search path.
2395 # found. If left blank, it is assumed the dot tool can be found in the path.
/oneTBB/examples/
H A DCMakeLists.txt51 …message(WARNING "Intel(R) Math Kernel Library (Intel(R) MKL) libraries were not found, graph/chole…
/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp166 bool found = false; in test_node() local
170 found = true; in test_node()
174 CHECK_MESSAGE( found, "Highest priority task within a group was not found" ); in test_node()
/oneTBB/cmake/
H A Dmemcheck.cmake27 …message(FATAL_ERROR "Valgrind executable is not found, add tool to PATH or turn off TBB_VALGRIND_M…
H A DREADME.md231 3. Use provided variables and/or imported targets (described below) to work with the found oneTBB.
257 `TBB_FOUND` | oneTBB is found
258 `TBB_<component>_FOUND` | Specific oneTBB component is found
/oneTBB/cmake/compilers/
H A DMSVC.cmake31 # More info can be found at
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h775 bool found( node_ptr node, const K& key ) const { in found() function
795 if (curr != old_curr && found(curr, key)) { in internal_find_multi()
825 if (found(lb.my_node_ptr, key)) { in internal_equal_range()
968 if (found(next, get_key(new_node))) { in internal_insert_node()
H A D_flow_graph_join_impl.h922 bool found = this->find_ref_with_key(t, p);
923 __TBB_ASSERT_EX(found, "should find key after inserting it");
/oneTBB/doc/GSG/
H A Dnext_steps.rst143 …ot installed, you receive an error message saying that the command ``hwloc-ls`` could not be found.
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp994 std::vector<bool> found(range_size, 0); in TestConcurrentGrowBy() local
1004 REQUIRE( !found[index] ); in TestConcurrentGrowBy()
1005 found[index] = true; in TestConcurrentGrowBy()
/oneTBB/
H A DCMakeLists.txt230 message(WARNING "TBB compiler settings not found ${TBB_COMPILER_SETTINGS_FILE}")
H A Dthird-party-programs.txt321 …ach file should have at least the "copyright" line and a pointer to where the full notice is found.
/oneTBB/test/
H A DCMakeLists.txt57 # Additional testing scenarios if Intel(R) Software Development Emulator is found
261 # Handle the case when HWLOC was found using pkg-config
/oneTBB/test/common/
H A Dconcurrent_associative_common.h125 bool found = false;
129 vfound[i] = found = true;
135 REQUIRE_MESSAGE(found, "extra value from equal range");