Searched refs:prefix (Results 1 – 16 of 16) sorted by relevance
| /oneTBB/cmake/ |
| H A D | config_generation.cmake | 44 set(_includedir_for_pc_file "\${prefix}/include") 64 set(_libdir_for_pc_file "\${prefix}/lib/intel64/gcc4.8") 65 set(_tbb_pc_extra_libdir "-L\${prefix}/lib") 68 set(_libdir_for_pc_file "\${prefix}/lib/ia32/gcc4.8") 69 set(_tbb_pc_extra_libdir "-L\${prefix}/lib32") 80 set(_libdir_for_pc_file "\${prefix}/lib") 89 …# .dll - installed to <prefix>/bin or <prefix>/redist and are passed as IMPORTED_LOCATION_<CONFIG>… 121 set(_libdir_for_pc_file "\${prefix}/lib/intel64/vc14") 122 set(_tbb_pc_extra_libdir "-L\${prefix}/lib") 125 set(_libdir_for_pc_file "\${prefix}/lib/ia32/vc14") [all …]
|
| /oneTBB/python/rml/ |
| H A D | ipc_utils.cpp | 88 char* get_shared_name(const char* prefix, int pid, unsigned long long time) { in get_shared_name() argument 93 int len = strlen( name_template ) + strlen( prefix ) + digits_in_int + digits_in_long + 1; in get_shared_name() 95 sprintf( name, name_template, prefix, pid, time ); in get_shared_name() 100 char* get_shared_name(const char* prefix) { in get_shared_name() argument 103 return get_shared_name( prefix, pid, time ); in get_shared_name()
|
| H A D | ipc_utils.h | 24 char* get_shared_name(const char* prefix);
|
| H A D | ipc_server.cpp | 124 char* get_sem_name(const char* name, const char* prefix) { in get_sem_name() argument 126 __TBB_ASSERT(prefix != nullptr, nullptr); in get_sem_name() 137 return get_shared_name(prefix); in get_sem_name() 159 void set_sem_name(const char* name, const char* prefix) { in set_sem_name() argument 161 __TBB_ASSERT(prefix != nullptr, nullptr); in set_sem_name() 163 std::size_t plen = std::strlen(prefix); in set_sem_name() 167 strncpy(templ, prefix, plen+1); in set_sem_name()
|
| /oneTBB/src/tbb/ |
| H A D | CMakeLists.txt | 99 if (TBB_DEF_FILE_PREFIX) # If there's no prefix, assume we're using export directives 169 set(_libdir_for_pc_file "\${prefix}/${CMAKE_INSTALL_LIBDIR}") 175 set(_includedir_for_pc_file "\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}")
|
| /oneTBB/test/common/ |
| H A D | utils_report.h | 98 prefix = 1, enumerator 116 if (m_flags & prefix) { in trace()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Iterating_Over_a_Concurrent_Queue_for_Debugging.rst | 27 The prefix ``unsafe_`` on the methods is a reminder that they are not
|
| H A D | Memory_Allocation.rst | 63 the ``scalable_`` prefix in their names, as well as the way to easily
|
| H A D | parallel_for_os.rst | 50 identifiers without having to write out the namespace prefix ``oneapi::tbb``
|
| /oneTBB/integration/pkg-config/ |
| H A D | tbb.pc.in | 15 prefix=@_prefix_for_pc_file@
|
| /oneTBB/ |
| H A D | INSTALL.md | 42 Be careful about installing prefix. It defaults to `/usr/local` on UNIX* and `c:/Program Files/${PR… 46 cmake -DCMAKE_INSTALL_PREFIX=/my/install/prefix ..
|
| /oneTBB/python/ |
| H A D | CMakeLists.txt | 43 install --prefix build -f
|
| /oneTBB/src/tbbbind/ |
| H A D | CMakeLists.txt | 62 if (TBB_DEF_FILE_PREFIX) # If there's no prefix, assume we're using export directives
|
| /oneTBB/src/tbbmalloc/ |
| H A D | CMakeLists.txt | 80 if (TBB_DEF_FILE_PREFIX) # If there's no prefix, assume we're using export directives
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | README.md | 33 * `output_prefix` - if provided the prefix will be prepended to output files: <output_prefix>_posde…
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 1111 # In case all classes in a project start with a common prefix, all classes will 1113 # can be used to specify a prefix (or a list of prefixes) that should be ignored
|