OmniSciDB  c1a53651b2
 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 1401 of file Execute.h.

Member Data Documentation

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

Definition at line 1402 of file Execute.h.

Referenced by Executor::acquireExecuteMutex().

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

Definition at line 1403 of file Execute.h.

Referenced by Executor::acquireExecuteMutex().


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