| /oneTBB/src/tbbmalloc/ |
| H A D | shared_utils.h | 107 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 D | malloc_replacement_log.rst | 34 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 D | enumerable_thread_specific.h | 218 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 D | automatically-replacing-malloc.rst | 14 found in platform-specific sections below). A proxy library and a
|
| H A D | Advanced_Example.rst | 28 The loop works by keeping track of the minimum value found so far, and
|
| /oneTBB/cmake/python/ |
| H A D | test_launcher.cmake | 23 …message(WARNING "Found more than oneTBB Python modules, the only first found module will be tested…
|
| /oneTBB/doc/main/reference/ |
| H A D | concurrent_lru_cache_cls.rst | 32 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 D | type_specified_message_keys.rst | 63 same namespace with the message type. This function will be found via C++ argument-dependent
|
| /oneTBB/doc/ |
| H A D | make.bat | 36 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
|
| H A D | Doxyfile.in | 113 # 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 D | CMakeLists.txt | 51 …message(WARNING "Intel(R) Math Kernel Library (Intel(R) MKL) libraries were not found, graph/chole…
|
| /oneTBB/test/tbb/ |
| H A D | test_flow_graph_priorities.cpp | 166 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 D | memcheck.cmake | 27 …message(FATAL_ERROR "Valgrind executable is not found, add tool to PATH or turn off TBB_VALGRIND_M…
|
| H A D | README.md | 231 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 D | MSVC.cmake | 31 # More info can be found at
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _concurrent_skip_list.h | 775 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.h | 922 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 D | next_steps.rst | 143 …ot installed, you receive an error message saying that the command ``hwloc-ls`` could not be found.
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_vector.cpp | 994 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 D | CMakeLists.txt | 230 message(WARNING "TBB compiler settings not found ${TBB_COMPILER_SETTINGS_FILE}")
|
| H A D | third-party-programs.txt | 321 …ach file should have at least the "copyright" line and a pointer to where the full notice is found.
|
| /oneTBB/test/ |
| H A D | CMakeLists.txt | 57 # 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 D | concurrent_associative_common.h | 125 bool found = false; 129 vfound[i] = found = true; 135 REQUIRE_MESSAGE(found, "extra value from equal range");
|