pika::threads::thread_result_type
wake_timer_thread(
    const pika::threads::thread_id_ref_type& thrd,
    pika::threads::thread_schedule_state,
    pika::threads::thread_restart_state,
    pika::threads::thread_priority,
    pika::threads::thread_id_type timer_id,
    const std::shared_ptr<std::atomic<bool>>&
        triggered,
    bool retry_on_active,
    pika::threads::thread_restart_state my_statex)

Description

//////////////////////////////////////////////////////////////////////// This thread function is used by the at_timer thread below to trigger the required action.

Declared at: libs/pika/threading_base/src/set_thread_state_timed.cpp:29

Parameters

const pika::threads::thread_id_ref_type& thrd
pika::threads::thread_schedule_state
pika::threads::thread_restart_state
pika::threads::thread_priority
pika::threads::thread_id_type timer_id
const std::shared_ptr<std::atomic<bool>>& triggered
bool retry_on_active
pika::threads::thread_restart_state my_statex