struct os_thread_data

Declaration

struct os_thread_data { /* full declaration omitted */ };

Description

//////////////////////////////////////////////////////////////////////// Registration data for kernel threads that is maintained by the runtime internally

Declared at: libs/pika/runtime/include/pika/runtime/os_thread_type.hpp:35

Member Variables

public std::string label_
name used for thread registration
public std::thread::id id_
thread id of corresponding kernel thread
public std::uint64_t native_handle_
the threads native handle
public pika::os_thread_type type_
pika thread type