Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 46) sorted by relevance

12

/oneTBB/src/tbb/
H A Drml_thread_monitor.h36 #error Unsupported platform
200 int error = EAGAIN; in launch() local
202 for (int i = 0; i < max_num_tries && error == EAGAIN; i++) { in launch()
208 error = pthread_create(&handle, &s, thread_routine, arg); in launch()
211 if (error) in launch()
212 handle_perror(error, "pthread_create has failed"); in launch()
H A Ditt_notify.cpp40 #error This file is expected to be used for either TBB or TBB allocator build.
H A Drml_tbb.cpp58 #error Unknown OS
H A Dmisc.h191 #error affinity_helper is not implemented in this OS
H A Dallocator.cpp127 #error Unknown OS
/oneTBB/doc/main/intro/
H A Dtesting_approach.rst13 |short_name| testing approach is designed to provide high coverage of these error types.
24 … different possible combinations**. It ensures that even rarely triggered error conditions are cau…
31 * The highest quality of the library is maintained even in such error-prone domains as parallelism.
/oneTBB/include/oneapi/tbb/
H A Dversion.h78 #error Unexpected value for TBB_USE_DEBUG
90 #error Unexpected value for TBB_USE_ASSERT
H A Dblocked_rangeNd.h21 #error Set TBB_PREVIEW_BLOCKED_RANGE_ND to include blocked_rangeNd.h
/oneTBB/include/oneapi/tbb/detail/
H A D_export.h25 #error "Unknown platform/compiler"
H A D_config.h147 …#error Compilation settings do not support exception handling. Please do not set TBB_USE_EXCEPTION…
H A D_flow_graph_item_buffer_impl.h21 #error Do not #include this internal file directly; use public TBB headers instead.
H A D_flow_graph_tagged_buffer_impl.h26 #error Do not #include this internal file directly; use public TBB headers instead.
/oneTBB/src/tbbmalloc/
H A DTypeDefinitions.h31 # error Unknown processor architecture for Windows
H A Dtbbmalloc.cpp51 #error Unknown OS
H A DMapMemory.h202 #error Impossible to protect against malloc recursion when memory mapping uses malloc.
H A Dtbbmalloc_internal.h30 #error Must define USE_PTHREAD or USE_WINTHREAD
59 #error Intel(R) Many Integrated Core Compiler does not define __MIC__ anymore.
H A Dbackend.h18 #error tbbmalloc_internal.h must be included at this point
/oneTBB/examples/common/gui/
H A Dxvideo.cpp104 int xerr_handler(Display *dpy_, XErrorEvent *error) { in xerr_handler() argument
105 x_error = error->error_code; in xerr_handler()
109 if (error->minor_code == 1 /*X_ShmAttach*/ && already_called_X_ShmAttach && in xerr_handler()
H A Dd2dvideo.cpp25 #error DXSDK Version 9 and above required.
/oneTBB/doc/main/tbb_userguide/
H A DConstraints.rst22 // error: no matching function to call to oneapi::tbb::parallel_for
/oneTBB/test/common/
H A Dutils_dynamic_libs.h58 #error Unknown OS
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pure_c.c18 #error For testing purpose, this file should be compiled with a C compiler, not C++
/oneTBB/doc/
H A Dtest_classification.dox29 /// \section error_guessing \\\#error guessing
/oneTBB/python/tbb/
H A Dapi.i33 #error SWIG version 3.0.6 or newer is required for correct functioning
/oneTBB/cmake/compilers/
H A DMSVC.cmake32 …# https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c…

12