mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[12632] Revert previous commit (see Notes)
This commit is contained in:
parent
1cd806c02e
commit
ef445ea523
1462 changed files with 9689 additions and 7080 deletions
|
|
@ -509,7 +509,7 @@ ACE_TSS_Keys::is_set (const ACE_thread_key_t key) const
|
|||
return word < ACE_WORDS ? ACE_BIT_ENABLED (key_bit_words_[word], 1 << bit) : 0;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* @class ACE_TSS_Cleanup
|
||||
* @brief Singleton that helps to manage the lifetime of TSS objects and keys.
|
||||
*/
|
||||
|
|
@ -587,7 +587,7 @@ private:
|
|||
|
||||
|
||||
/*****************************************************************************/
|
||||
/**
|
||||
/*
|
||||
* @class TSS_Cleanup_Instance
|
||||
* @A class to manage an instance pointer to ACE_TSS_Cleanup.
|
||||
* Note: that the double checked locking pattern doesn't allow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue