bool enumerate_os_threads(
    const util::function<
        bool(const os_thread_data&)>& f)

Description

Enumerate all OS threads that have registered with the runtime.

Declared at: libs/pika/runtime/include/pika/runtime/runtime_fwd.hpp:53

Parameters

const util::function<bool(const os_thread_data&)>& f