Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 25) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_sequencer_node.cpp143 function_node<message, message> process(g, unlimited, [] (message msg) { in __anona3025c380302()
151 function_node<message> writer(g, tbb::flow::serial, [&] (const message& msg) { in __anona3025c380402()
159 message msg = {i, 0}; variable
/oneTBB/test/tbb/
H A Dtest_sequencer_node.cpp65 bool msg = my_q.try_put( T(j) ); in operator ()() local
173 bool msg = my_s1.try_put( T(i) ); in operator ()() local
284 bool msg = s.try_put( T(i) ); in test_serial() local
306 bool msg = s2.try_put( T(i) ); in test_serial() local
331 bool msg = s3.try_put( T(i) ); in test_serial() local
367 bool msg = s6.try_put( T(i) ); in test_serial() local
H A Dtest_buffer_node.cpp54 bool msg = my_b.try_put( T(N*i + j) ); in operator ()() local
337 bool msg = b.try_put( T(i) ); in test_serial() local
357 bool msg = b.try_put( T(i) ); in test_serial() local
389 bool msg = b.try_put( T(i) ); in test_serial() local
H A Dtest_queue_node.cpp74 bool msg = my_q.try_put( T(N*i + j) ); in operator ()() local
381 bool msg = q.try_put( T(i) ); in test_serial() local
399 bool msg = q.try_put( T(i) ); in test_serial() local
430 bool msg = q.try_put( T(i) ); in test_serial() local
H A Dtest_limiter_node.cpp99 bool msg = my_lim.try_put( T(i) ); in operator ()() local
118 bool msg = my_lim.try_put( T(local_accept_count) ); in operator ()() local
198 bool msg = lim.try_put( T(j) ); in test_serial() local
213 bool msg = lim.try_put( T(j) ); in test_serial() local
H A Dtest_split_node.cpp303 function_node<msg_t, msg_t> f1(g, unlimited, [](msg_t msg) { return msg; } ); in test_follows_and_precedes_api()
324 msg_t msg(1, 2.2f, 3.3); in test_follows_and_precedes_api() local
H A Dtest_priority_queue_node.cpp60 bool msg = my_q.try_put( T(N*i + j) ); in operator ()() local
H A Dtest_global_control.cpp135 const char* msg = e.what(); in TestException() local
H A Dtest_continue_node.cpp304 auto pass_through = [](const msg_t& msg) { return msg; }; in test_follows_and_precedes_api()
H A Dtest_indexer_node.cpp566 tagged_msg_t msg; in check_edge() local
H A Dtest_task_group.cpp103 const char* msg = "Warning: No parallel waiting detected in TestParallelWait"; in Wait() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dutil.cpp158 void rtbomb(const char* msg) { in rtbomb()
166 void rtmesg(const char* msg) { in rtmesg()
H A Dui.cpp70 void rt_ui_message(int level, const char *msg) { in rt_ui_message()
H A Dapi.cpp102 rpcmsg msg; in rt_initialize() local
/oneTBB/include/oneapi/tbb/detail/
H A D_config.h413 #define __TBB_DEPRECATED_MSG(msg) [[deprecated(msg)]] argument
416 #define __TBB_DEPRECATED_MSG(msg) __declspec(deprecated(msg)) argument
419 #define __TBB_DEPRECATED_MSG(msg) __attribute__((deprecated(msg))) argument
425 #define __TBB_DEPRECATED_MSG(msg) argument
433 #define __TBB_DEPRECATED_VERBOSE_MSG(msg) __TBB_DEPRECATED_MSG(msg) argument
436 #define __TBB_DEPRECATED_VERBOSE_MSG(msg) argument
H A D_exception.h71 unsafe_wait(const char* msg) : std::runtime_error(msg) {} in unsafe_wait()
H A D_flow_graph_cache_impl.h103 bool msg = false; in get_item() local
161 bool msg = false; in try_reserve() local
/oneTBB/test/common/
H A Dtest_join_node_multiple_predecessors.h83 std::tuple<continue_msg, continue_msg, continue_msg> msg; in run_and_check() local
H A Dutils_report.h113 char msg[MAX_TRACE_SIZE]; in trace() local
/oneTBB/src/tbb/
H A Dexception.cpp71 #define PRINT_ERROR_AND_ABORT(exc_name, msg) \ argument
/oneTBB/examples/common/gui/
H A Dwinvideo.hpp231 MSG msg; in loop_once() local
/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp111 #define AssertD(cond, msg) \ argument
119 #define AssertD(cond, msg) /* */ argument
137 #define AssertD(cond, msg) \ argument
H A Dfgbzip2.cpp209 async_file_reader_node::gateway_type& gateway) { in fgCompressionAsyncNode()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp109 #define ASSERT_ERRNO(cond, msg) REQUIRE_MESSAGE( (!__tbb_test_errno || (cond)), msg ) argument
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp388 const char *msg = "Possible double free or heap corruption."; in checkFreePrecond() local