From bd61189b7733e1304e90881e090342ea2f543924 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:39:48 +0200 Subject: Move nevrax.org to / --- docs/doxygen/nel/classNLMISC_1_1CUnfairMutex.html | 46 +++++++++++------------ 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'docs/doxygen/nel/classNLMISC_1_1CUnfairMutex.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CUnfairMutex.html b/docs/doxygen/nel/classNLMISC_1_1CUnfairMutex.html index aa9bc5c0..6bcef2a0 100644 --- a/docs/doxygen/nel/classNLMISC_1_1CUnfairMutex.html +++ b/docs/doxygen/nel/classNLMISC_1_1CUnfairMutex.html @@ -2,7 +2,7 @@ nevrax.org : docs - + @@ -10,58 +10,58 @@ - - - - - + + + + +
# Home   # nevrax.com   # Home   # nevrax.com   
- +
Nevrax
Nevrax
- - + - - +
+
Nevrax.org
- - - - - - + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+ - - +
-Docs - +
+Docs +
  - +
Documentation  
-Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::CUnfairMutex Class Reference

Classic mutex implementation (not necessarly fair) Don't assume the mutex are recursive (ie don't call enter() several times on the same mutex from the same thread without having called leave()) ; and don't assume either the threads are woken-up in the same order as they were put to sleep ! More...

@@ -255,7 +255,7 @@ Leave the critical section.
                                                                                                                                                                   

-- cgit v1.2.1