Thread safe assertion

Macros

  • lutsassert_lock()

    Defines a thread safe assertion lock that marks one structure or class type that should never be accessed by multiple threads without synchronization.

  • lutsassert()

    Tests this function call for thread safety.