Search Results for

    Show / Hide Table of Contents

    Class ScopeLock

    Scope lock for critical section (mutex). Ensures no other thread can enter scope.

    Inheritance
    ScopeLock
    Assembly: FlaxEngine.dll
    File: Engine/Threading/Threading.h
    Syntax
    public class ScopeLock

    Methods

    ~ScopeLock()

    Declaration
    public ~ScopeLock()
    Returns
    FORCE_INLINE

    ScopeLock(const CriticalSection& section)

    Declaration
    public ScopeLock(const CriticalSection& section)
    Parameters
    CriticalSection section

    Returns
    FORCE_INLINE

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat