Home
last modified time | relevance | path

Searched refs:runtime_warning (Results 1 – 7 of 7) sorted by relevance

/oneTBB/python/rml/
H A Dipc_server.cpp122 using tbb::detail::r1::runtime_warning;
207 runtime_warning("Can not get RML semaphore name"); in release_semaphores()
215 runtime_warning("Can not release RML semaphore"); in release_semaphores()
223 runtime_warning( "Can not get RML semaphore name" ); in release_semaphores()
231 runtime_warning("Can not release RML semaphore"); in release_semaphores()
699 runtime_warning( "Unable to create new thread for process %d", getpid() ); in wake_or_launch()
786 runtime_warning( "Unable to create new thread for process %d", getpid() ); in wake_or_launch()
1125 runtime_warning("IPC server is started"); in __TBB_make_rml_server()
/oneTBB/src/tbb/
H A Dassert_impl.h80 void runtime_warning( const char* format, ... ) { in runtime_warning() function
H A Dmain.cpp81 runtime_warning("Leaked %ld observer_proxy objects\n", long(the_observer_proxy_count)); in ~check_observer_proxy_count()
H A Dmisc_ex.cpp77 runtime_warning( "setaffinity syscall failed" ); in set_thread_affinity_mask()
86 runtime_warning( "getaffinity syscall failed" ); in get_thread_affinity_mask()
H A Dmisc.h47 void runtime_warning(const char* format, ... );
H A Dgovernor.cpp83 runtime_warning("failed to destroy task scheduler TLS: %s", std::strerror(status)); in release_resources()
96runtime_warning( "rml::tbb_factory::make_server failed with status %x, falling back on private rml… in create_rml_server()
H A Dthreading_control.cpp84 runtime_warning("RML might limit the number of workers to %u while %u is requested.\n", in make_thread_dispatcher()