| /oneTBB/src/tbb/ |
| H A D | dynamic_link.cpp | 127 __TBB_ASSERT_EX( required <= n_desc, "Too many descriptors is required" ); in resolve_symbols() 196 __TBB_ASSERT_EX( ind < MAX_LOADED_MODULES, "Too many modules are loaded" ); in add() 243 __TBB_ASSERT_EX( backslash != nullptr, "Unbelievable."); in init_ap_data() 246 __TBB_ASSERT_EX( backslash >= ap_data._path, "Unbelievable."); in init_ap_data() 258 __TBB_ASSERT_EX( dlinfo.dli_fname!=nullptr, "Unbelievable." ); in init_ap_data() 264 __TBB_ASSERT_EX( slash >= dlinfo.dli_fname, "Unbelievable."); in init_ap_data() 384 __TBB_ASSERT_EX((res && library_handle) || (!res && !library_handle), nullptr); in global_symbols_link() 403 __TBB_ASSERT_EX( src, "The library handle to store must be non-zero" ); in save_library_handle()
|
| H A D | tcm_adaptor.cpp | 106 __TBB_ASSERT_EX(res == TCM_RESULT_SUCCESS, nullptr); in ~tcm_client() 135 __TBB_ASSERT_EX(res == TCM_RESULT_SUCCESS, nullptr); in actualize_permit() 164 __TBB_ASSERT_EX(res == TCM_RESULT_SUCCESS, nullptr); in request_permit() 170 __TBB_ASSERT_EX(res == TCM_RESULT_SUCCESS, nullptr); in deactivate_permit() 198 __TBB_ASSERT_EX(return_code == TCM_RESULT_SUCCESS, nullptr); in register_thread() 204 __TBB_ASSERT_EX(return_code == TCM_RESULT_SUCCESS, nullptr); in unregister_thread() 268 __TBB_ASSERT_EX(return_code == TCM_RESULT_SUCCESS, nullptr); in ~tcm_adaptor()
|
| H A D | semaphore.h | 156 __TBB_ASSERT_EX(ret == 0, "dispatch_semaphore_wait() failed"); in P() 174 __TBB_ASSERT_EX( !ret, nullptr); in ~semaphore() 187 __TBB_ASSERT_EX( !ret, nullptr); in init_semaphore() 275 __TBB_ASSERT_EX( !ret, nullptr); in binary_semaphore() 280 __TBB_ASSERT_EX( !ret, nullptr); in ~binary_semaphore()
|
| H A D | rml_tbb.cpp | 74 __TBB_ASSERT_EX( !library_handle, nullptr); in open() 105 __TBB_ASSERT_EX( my_make_server_routine, nullptr); in make_server()
|
| H A D | co_context.h | 318 __TBB_ASSERT_EX(!err, nullptr); in create_coroutine() 325 __TBB_ASSERT_EX(!err, nullptr); in create_coroutine() 345 __TBB_ASSERT_EX(!err, nullptr); in current_coroutine() 350 __TBB_ASSERT_EX(!err, nullptr); in swap_coroutine()
|
| H A D | observer_proxy.h | 125 __TBB_ASSERT_EX( r, nullptr); in remove_ref_fast()
|
| H A D | observer_proxy.cpp | 202 __TBB_ASSERT_EX(bc >= 0, "my_busy_count underflowed"); in do_notify_entry_observers() 256 __TBB_ASSERT_EX(bc >= 0, "my_busy_count underflowed"); in do_notify_exit_observers()
|
| H A D | rml_thread_monitor.h | 57 __TBB_ASSERT_EX(sink_for_alloca, "_alloca failed");
|
| H A D | task_dispatcher.cpp | 169 __TBB_ASSERT_EX(t == nullptr, "External waiter must not leave dispatch loop with a task"); in execute_and_wait()
|
| H A D | arena.cpp | 223 __TBB_ASSERT_EX(t == nullptr, "Outermost worker must not leave dispatch loop with a task"); in process() 810 __TBB_ASSERT_EX(td, "Scheduler is not initialized"); in wait()
|
| H A D | scheduler_common.h | 539 __TBB_ASSERT_EX( assert_condition, nullptr ); in alignas()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _assert.h | 56 #define __TBB_ASSERT_EX __TBB_ASSERT macro 61 #define __TBB_ASSERT_EX(predicate,comment) ((void)(1 && (predicate))) macro
|
| H A D | _task.h | 108 __TBB_ASSERT_EX((r & overflow_mask) == 0, "Overflow is detected"); in add_reference() 120 __TBB_ASSERT_EX((r & overflow_mask) == 0, "Overflow is detected"); in continue_execution()
|
| H A D | _machine.h | 67 __TBB_ASSERT_EX(err == 0, "sched_yield has failed"); in yield()
|
| H A D | _flow_graph_impl.h | 184 __TBB_ASSERT_EX(result, "Number of critical tasks for scheduler and tasks" in next_task()
|
| H A D | _flow_graph_join_impl.h | 923 __TBB_ASSERT_EX(found, "should find key after inserting it");
|
| /oneTBB/src/tbbmalloc/ |
| H A D | Customize.h | 22 #define MALLOC_ASSERT_EX(assertion, message) __TBB_ASSERT_EX(assertion, message)
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | global_control.h | 169 __TBB_ASSERT_EX(finalized, "r1::finalize did not respect finalize_throwing ?"); in finalize()
|
| /oneTBB/src/tbbbind/ |
| H A D | tbb_bind.cpp | 44 __TBB_ASSERT_EX( (command(__VA_ARGS__)) >= 0, "Error occurred during call to hwloc API.");
|
| /oneTBB/python/rml/ |
| H A D | ipc_server.cpp | 175 __TBB_ASSERT_EX(status == 0, nullptr); in set_sem_name()
|