Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 16 of 16) sorted by relevance

/oneTBB/cmake/
H A Dconfig_generation.cmake44 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 Dipc_utils.cpp88 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 Dipc_utils.h24 char* get_shared_name(const char* prefix);
H A Dipc_server.cpp124 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 DCMakeLists.txt99 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 Dutils_report.h98 prefix = 1, enumerator
116 if (m_flags & prefix) { in trace()
/oneTBB/doc/main/tbb_userguide/
H A DIterating_Over_a_Concurrent_Queue_for_Debugging.rst27 The prefix ``unsafe_`` on the methods is a reminder that they are not
H A DMemory_Allocation.rst63 the ``scalable_`` prefix in their names, as well as the way to easily
H A Dparallel_for_os.rst50 identifiers without having to write out the namespace prefix ``oneapi::tbb``
/oneTBB/integration/pkg-config/
H A Dtbb.pc.in15 prefix=@_prefix_for_pc_file@
/oneTBB/
H A DINSTALL.md42 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 DCMakeLists.txt43 install --prefix build -f
/oneTBB/src/tbbbind/
H A DCMakeLists.txt62 if (TBB_DEF_FILE_PREFIX) # If there's no prefix, assume we're using export directives
/oneTBB/src/tbbmalloc/
H A DCMakeLists.txt80 if (TBB_DEF_FILE_PREFIX) # If there's no prefix, assume we're using export directives
/oneTBB/examples/graph/cholesky/
H A DREADME.md33 * `output_prefix` - if provided the prefix will be prepended to output files: <output_prefix>_posde…
/oneTBB/doc/
H A DDoxyfile.in1111 # 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