OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Executor::ExecutorMutexHolder Struct Reference

Public Attributes

heavyai::shared_lock
< heavyai::shared_mutex
shared_lock
 
heavyai::unique_lock
< heavyai::shared_mutex
unique_lock
 

Detailed Description

Definition at line 1587 of file Execute.h.

Member Data Documentation

heavyai::shared_lock<heavyai::shared_mutex> Executor::ExecutorMutexHolder::shared_lock

Definition at line 1588 of file Execute.h.

Referenced by Executor::acquireExecuteMutex().

heavyai::unique_lock<heavyai::shared_mutex> Executor::ExecutorMutexHolder::unique_lock

Definition at line 1589 of file Execute.h.

Referenced by Executor::acquireExecuteMutex().


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