Home
last modified time | relevance | path

Searched refs:names (Results 1 – 12 of 12) sorted by relevance

/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp60 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 Dautomatically-replacing-malloc.rst13 Replacements are provided by the proxy library (the library names can be
H A DReader_Writer_Mutexes.rst10 ``_rw_`` in the class names, enable multiple readers by distinguishing
H A DLock_Pathologies.rst47 alphabetical order" in a situation where the locks have names. Or
H A DMemory_Allocation.rst63 the ``scalable_`` prefix in their names, as well as the way to easily
/oneTBB/doc/main/intro/
H A Dnotation.rst23 …aths and filenames, commands and command line options, function names, methods, classe…
/oneTBB/
H A DREADME.md57 \* All names and brands may be claimed as the property of others.
H A DLICENSE.txt139 names, trademarks, service marks, or product names of the Licensor,
H A Dthird-party-programs.txt26 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 DDoxyfile.in74 # 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 Dtest_join_node.h38 const char *names[] = { variable
58 static const int NameCnt = sizeof(names)/sizeof(char *);
70 return std::string(names[indx % NameCnt]);
/oneTBB/cmake/
H A DREADME.md242 Use basic names of components (`tbb`, `tbbmalloc`, etc.).