You.i Engine
YiRecursiveMutex.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_RECURSIVE_MUTEX_H_
3 #define _YI_RECURSIVE_MUTEX_H_
4 
5 #include "thread/YiMutex.h"
6 
16 {
17 public:
19 };
20 
27 {
28 }
29 
30 #endif // _YI_RECURSIVE_MUTEX_H_
Definition: YiMutex.h:110
Definition: YiRecursiveMutex.h:15
Definition: YiMutex.h:118
CYIRecursiveMutex()
Definition: YiRecursiveMutex.h:25