Home
last modified time | relevance | path

Searched refs:get_runtime_ptr (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/hpx/hpx-1.2.1/src/
H A Druntime.cpp758 runtime* rt = get_runtime_ptr(); in get_thread_on_start_func()
772 runtime* rt = get_runtime_ptr(); in get_thread_on_stop_func()
786 runtime* rt = get_runtime_ptr(); in get_thread_on_error_func()
801 runtime* rt = get_runtime_ptr(); in register_thread_on_start_func()
817 runtime* rt = get_runtime_ptr(); in register_thread_on_stop_func()
833 runtime* rt = get_runtime_ptr(); in register_thread_on_error_func()
852 runtime* get_runtime_ptr() in get_runtime_ptr() function
916 runtime* rt = get_runtime_ptr(); in register_on_exit()
926 runtime* rt = get_runtime_ptr(); in get_runtime_instance_number()
1198 runtime* rt = get_runtime_ptr(); in get_os_thread_count()
[all …]
H A Dstate.cpp22 hpx::runtime* rt = get_runtime_ptr(); in threadmanager_is()
31 hpx::runtime* rt = get_runtime_ptr(); in threadmanager_is_at_least()
45 runtime* rt = get_runtime_ptr(); in router_is()
H A Druntime_impl.cpp67 runtime* rt = get_runtime_ptr(); in register_pre_startup_function()
84 runtime* rt = get_runtime_ptr(); in register_startup_function()
101 runtime* rt = get_runtime_ptr(); in register_pre_shutdown_function()
118 runtime* rt = get_runtime_ptr(); in register_shutdown_function()
H A Dhpx_init.cpp600 if (get_runtime_ptr() != nullptr) in run_or_start()
809 std::unique_ptr<runtime> rt(get_runtime_ptr()); // take ownership! in stop()
834 runtime* rt = get_runtime_ptr(); in suspend()
854 runtime* rt = get_runtime_ptr(); in resume()
H A Dversion.cpp168 if (get_runtime_ptr() == nullptr) in configuration_string()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/HPX/
H A DKokkos_HPX.cpp65 hpx::runtime *rt = hpx::get_runtime_ptr(); in concurrency()
78 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_initialize()
100 rt = hpx::get_runtime_ptr(); in impl_initialize()
110 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_initialize()
128 rt = hpx::get_runtime_ptr(); in impl_initialize()
137 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_is_initialized()
143 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_finalize()
/dports/devel/kokkos/kokkos-3.4.01/core/src/HPX/
H A DKokkos_HPX.cpp65 hpx::runtime *rt = hpx::get_runtime_ptr(); in concurrency()
78 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_initialize()
100 rt = hpx::get_runtime_ptr(); in impl_initialize()
110 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_initialize()
128 rt = hpx::get_runtime_ptr(); in impl_initialize()
137 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_is_initialized()
143 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_finalize()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/HPX/
H A DKokkos_HPX.cpp65 hpx::runtime *rt = hpx::get_runtime_ptr(); in concurrency()
78 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_initialize()
100 rt = hpx::get_runtime_ptr(); in impl_initialize()
110 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_initialize()
128 rt = hpx::get_runtime_ptr(); in impl_initialize()
137 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_is_initialized()
143 hpx::runtime *rt = hpx::get_runtime_ptr(); in impl_finalize()
/dports/devel/hpx/hpx-1.2.1/src/lcos/
H A Dbarrier.cpp99 if (hpx::get_runtime_ptr() != nullptr && in release()
137 if (hpx::get_runtime_ptr() != nullptr && in detach()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/
H A Druntime_fwd.hpp24 HPX_API_EXPORT runtime* get_runtime_ptr();
/dports/devel/hpx/hpx-1.2.1/src/runtime/resource/detail/
H A Ddetail_partitioner.cpp32 if (get_runtime_ptr() != nullptr) in throw_runtime_error()
45 if (get_runtime_ptr() != nullptr) in throw_invalid_argument()
538 if (get_runtime_ptr() != nullptr) in create_thread_pool()
583 if (get_runtime_ptr() != nullptr) in create_thread_pool()
632 if (get_runtime_ptr() != nullptr) in add_resource()
947 if (get_runtime_ptr() == nullptr) in shrink_pool()
1003 if (get_runtime_ptr() == nullptr) in expand_pool()
/dports/devel/hpx/hpx-1.2.1/src/runtime/
H A Dset_parcel_write_handler.cpp17 runtime* rt = get_runtime_ptr(); in set_parcel_write_handler()
H A Dget_locality_name.cpp20 runtime* rt = get_runtime_ptr(); in get_locality_base_name()
/dports/devel/hpx/hpx-1.2.1/examples/resource_partitioner/
H A Dsystem_characteristics.hpp24 hpx::runtime* rt = hpx::get_runtime_ptr(); in print_system_characteristics()
/dports/devel/hpx/hpx-1.2.1/src/runtime/parcelset/
H A Dlocality.cpp33 HPX_ASSERT(get_runtime_ptr()); in load()
/dports/devel/hpx/hpx-1.2.1/src/runtime/resource/
H A Dpartitioner.cpp170 if (get_runtime_ptr() != nullptr) in get_partitioner()
216 if (get_runtime_ptr() != nullptr) in create_partitioner()
/dports/devel/hpx/hpx-1.2.1/examples/async_io/
H A Dasync_io_external.cpp75 hpx::util::bind(&do_async_io, string_to_write, p, hpx::get_runtime_ptr())); in io()
/dports/devel/hpx/hpx-1.2.1/tests/unit/resource/
H A Dsuspend_runtime.cpp36 hpx::runtime* rt = hpx::get_runtime_ptr(); in test_scheduler()
/dports/devel/hpx/hpx-1.2.1/src/runtime/agas/
H A Dinterface.cpp370 runtime* rt = get_runtime_ptr(); in get_console_locality()
383 runtime* rt = get_runtime_ptr(); in get_locality_id()
397 runtime* rt = get_runtime_ptr(); in get_next_id()
/dports/devel/hpx/hpx-1.2.1/src/components/iostreams/
H A Dstandard_streams.cpp115 if (get_runtime_ptr() != nullptr && !agas::is_console()) in get_consolestream()
/dports/devel/hpx/hpx-1.2.1/tests/performance/local/
H A Dresume_suspend.cpp40 hpx::runtime* rt = hpx::get_runtime_ptr(); in main()
/dports/devel/hpx/hpx-1.2.1/src/performance_counters/
H A Dcounters.cpp504 runtime* rt = get_runtime_ptr(); in add_counter_type()
515 runtime* rt = get_runtime_ptr(); in discover_counter_types()
527 runtime* rt = get_runtime_ptr(); in discover_counter_type()
537 runtime* rt = get_runtime_ptr(); in discover_counter_type()
595 runtime* rt = get_runtime_ptr(); in remove_counter_type()
606 runtime* rt = get_runtime_ptr(); in get_counter_type()
/dports/devel/hpx/hpx-1.2.1/examples/quickstart/
H A Dinit_globally.cpp138 rts_ = hpx::get_runtime_ptr(); in hpx_main()
/dports/devel/hpx/hpx-1.2.1/src/runtime/components/
H A Dconsole_logging.cpp106 if (nullptr == hpx::get_runtime_ptr()) { in add()
/dports/devel/hpx/hpx-1.2.1/src/runtime/naming/
H A Dname.cpp123 if (!get_runtime_ptr()) in decrement_refcnt()
144 if (get_runtime_ptr()) in decrement_refcnt()

12