AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Mutex Class Reference

A Mutex type with the minimum functionality required by SDS. More...

Inheritance diagram for alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Mutex:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Mutex:
Collaboration graph
[legend]

Public Member Functions

void lock ()
 Lock the mutex. More...
 
void unlock ()
 Unlock the mutex. More...
 

Detailed Description

A Mutex type with the minimum functionality required by SDS.

Member Function Documentation

◆ lock()

void alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Mutex::lock ( )
inline

Lock the mutex.

◆ unlock()

void alexaClientSDK::avsCommon::utils::sds::test::MinimalTraits::Mutex::unlock ( )
inline

Unlock the mutex.


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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0