Searched refs:names (Results 1 – 12 of 12) sorted by relevance
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | dining_philosophers.cpp | 60 const char *names[] = { "Archimedes", "Bakunin", "Confucius", "Democritus", "Euclid", variable 66 const int NumPhilosophers = sizeof(names) / sizeof(char *); 283 philosopher(names[i])); // allowed because of default generated assignment in main()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | automatically-replacing-malloc.rst | 13 Replacements are provided by the proxy library (the library names can be
|
| H A D | Reader_Writer_Mutexes.rst | 10 ``_rw_`` in the class names, enable multiple readers by distinguishing
|
| H A D | Lock_Pathologies.rst | 47 alphabetical order" in a situation where the locks have names. Or
|
| H A D | Memory_Allocation.rst | 63 the ``scalable_`` prefix in their names, as well as the way to easily
|
| /oneTBB/doc/main/intro/ |
| H A D | notation.rst | 23 …aths and filenames, commands and command line options, function names, methods, classe…
|
| /oneTBB/ |
| H A D | README.md | 57 \* All names and brands may be claimed as the property of others.
|
| H A D | LICENSE.txt | 139 names, trademarks, service marks, or product names of the Licensor,
|
| H A D | third-party-programs.txt | 26 3. Neither the name of the copyright holder nor the names of its contributors may be 77 3. Neither the name of author nor the names of any contributors may be 110 * Neither the name of Google Inc. nor the names of its 247 d) Limiting the use for publicity purposes of names of licensors or authors of the material; or 248 …e) Declining to grant rights under trademark law for use of some trade names, trademarks, or servi… 411 *Other names and brands may be claimed as the property of others.
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 177 # less readable) file names. This can be useful is your file systems doesn't 178 # support long names like on DOS, Mac, or CD-ROM. 251 # instance, some of the names that are used will be different. The list of all 521 # names in lower-case letters. If set to YES, upper-case letters are also 523 # in case and if your file system supports case sensitive file names. Windows 596 # of group names into alphabetical order. If set to NO the group names will 788 # documented source files. You may enter file names like myfile.cpp or 895 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 1158 # of the possible markers and block names see the documentation. [all …]
|
| /oneTBB/test/tbb/ |
| H A D | test_join_node.h | 38 const char *names[] = { variable 58 static const int NameCnt = sizeof(names)/sizeof(char *); 70 return std::string(names[indx % NameCnt]);
|
| /oneTBB/cmake/ |
| H A D | README.md | 242 Use basic names of components (`tbb`, `tbbmalloc`, etc.).
|