| /oneTBB/test/conformance/ |
| H A D | conformance_sequencer_node.cpp | 143 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 D | test_sequencer_node.cpp | 65 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 D | test_buffer_node.cpp | 54 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 D | test_queue_node.cpp | 74 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 D | test_limiter_node.cpp | 99 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 D | test_split_node.cpp | 303 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 D | test_priority_queue_node.cpp | 60 bool msg = my_q.try_put( T(N*i + j) ); in operator ()() local
|
| H A D | test_global_control.cpp | 135 const char* msg = e.what(); in TestException() local
|
| H A D | test_continue_node.cpp | 304 auto pass_through = [](const msg_t& msg) { return msg; }; in test_follows_and_precedes_api()
|
| H A D | test_indexer_node.cpp | 566 tagged_msg_t msg; in check_edge() local
|
| H A D | test_task_group.cpp | 103 const char* msg = "Warning: No parallel waiting detected in TestParallelWait"; in Wait() local
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | util.cpp | 158 void rtbomb(const char* msg) { in rtbomb() 166 void rtmesg(const char* msg) { in rtmesg()
|
| H A D | ui.cpp | 70 void rt_ui_message(int level, const char *msg) { in rt_ui_message()
|
| H A D | api.cpp | 102 rpcmsg msg; in rt_initialize() local
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _config.h | 413 #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.h | 71 unsafe_wait(const char* msg) : std::runtime_error(msg) {} in unsafe_wait()
|
| H A D | _flow_graph_cache_impl.h | 103 bool msg = false; in get_item() local 161 bool msg = false; in try_reserve() local
|
| /oneTBB/test/common/ |
| H A D | test_join_node_multiple_predecessors.h | 83 std::tuple<continue_msg, continue_msg, continue_msg> msg; in run_and_check() local
|
| H A D | utils_report.h | 113 char msg[MAX_TRACE_SIZE]; in trace() local
|
| /oneTBB/src/tbb/ |
| H A D | exception.cpp | 71 #define PRINT_ERROR_AND_ABORT(exc_name, msg) \ argument
|
| /oneTBB/examples/common/gui/ |
| H A D | winvideo.hpp | 231 MSG msg; in loop_once() local
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | bzlib_private.hpp | 111 #define AssertD(cond, msg) \ argument 119 #define AssertD(cond, msg) /* */ argument 137 #define AssertD(cond, msg) \ argument
|
| H A D | fgbzip2.cpp | 209 async_file_reader_node::gateway_type& gateway) { in fgCompressionAsyncNode()
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 109 #define ASSERT_ERRNO(cond, msg) REQUIRE_MESSAGE( (!__tbb_test_errno || (cond)), msg ) argument
|
| /oneTBB/src/tbbmalloc/ |
| H A D | frontend.cpp | 388 const char *msg = "Possible double free or heap corruption."; in checkFreePrecond() local
|