|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This class exists purely for the ability to set mutex attribute PTHREAD_PRIO_INHERIT. Currently there is no way to set this using std::recursive_mutex. More...
#include <RecursiveMutex.h>
Public Member Functions | |
| CRecursiveMutex (const CRecursiveMutex &)=delete | |
| CRecursiveMutex & | operator= (const CRecursiveMutex &)=delete |
| CRecursiveMutex () | |
| ~CRecursiveMutex () | |
| void | lock () |
| void | unlock () |
| bool | try_lock () |
| std::recursive_mutex::native_handle_type | native_handle () |
This class exists purely for the ability to set mutex attribute PTHREAD_PRIO_INHERIT. Currently there is no way to set this using std::recursive_mutex.
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
inline |