void create_thread(
policies::scheduler_base* scheduler,
threads::thread_init_data& data,
threads::thread_id_ref_type& id,
pika::error_code& ec = throws)
void create_thread(
policies::scheduler_base* scheduler,
threads::thread_init_data& data,
threads::thread_id_ref_type& id,
pika::error_code& ec = throws)Declared at: libs/pika/threading_base/include/pika/threading_base/create_thread.hpp:16
Parameters
- policies::scheduler_base* scheduler
- threads::thread_init_data& data
- threads::thread_id_ref_type& id
- pika::error_code& ec = throws