struct Core::Platform::PosixAtomicStack::PriorityScope

Raises the current thread’s priority to match the highest priority of any thread using a specific AtomicStack instance and resets it when leaving scope.

struct PriorityScope
{
    // construction

    PriorityScope(int32 volatile& maxPriority);
};