Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
RTThreadId Class Reference

Real-time safe thread identifier. More...

#include <src/utils/rt_thread_id.h>

Public Types

using IdType = unsigned int

Public Member Functions

IdType get () const
bool operator== (const RTThreadId &other) const
bool operator!= (const RTThreadId &other) const

Detailed Description

Real-time safe thread identifier.

Provides a unique identifier for each thread without using non-real-time safe operations like std::this_thread::get_id().

Definition at line 14 of file rt_thread_id.h.

Member Typedef Documentation

◆ IdType

using RTThreadId::IdType = unsigned int

Definition at line 26 of file rt_thread_id.h.


The documentation for this class was generated from the following file: