ACE  6.4.7
Public Attributes | List of all members
ACE_recursive_mutex_state Struct Reference

#include <OS_NS_Thread.h>

Public Attributes

int nesting_level_
 
ACE_thread_t owner_id_
 

Detailed Description

Since recursive mutex is emulated, the state saving needs to be handled in ACE as well. These members save those from ACE_recursive_thread_mutex_t.

Member Data Documentation

◆ nesting_level_

int ACE_recursive_mutex_state::nesting_level_

◆ owner_id_

ACE_thread_t ACE_recursive_mutex_state::owner_id_

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