libfoedus-core
FOEDUS Core Library
foedus::thread::ThreadPimplCllReleaseAllFunctor Struct Reference

Detailed Description

Definition at line 936 of file thread_pimpl.cpp.

Collaboration diagram for foedus::thread::ThreadPimplCllReleaseAllFunctor:

Public Member Functions

 ThreadPimplCllReleaseAllFunctor (ThreadPimpl *pimpl)
 
void operator() () const
 

Public Attributes

ThreadPimpl *const pimpl_
 

Constructor & Destructor Documentation

foedus::thread::ThreadPimplCllReleaseAllFunctor::ThreadPimplCllReleaseAllFunctor ( ThreadPimpl pimpl)
inlineexplicit

Definition at line 937 of file thread_pimpl.cpp.

937 : pimpl_(pimpl) {}

Member Function Documentation

void foedus::thread::ThreadPimplCllReleaseAllFunctor::operator() ( ) const
inline

Definition at line 938 of file thread_pimpl.cpp.

References foedus::thread::ThreadPimpl::cll_release_all_locks(), and pimpl_.

Here is the call graph for this function:

Member Data Documentation

ThreadPimpl* const foedus::thread::ThreadPimplCllReleaseAllFunctor::pimpl_

Definition at line 941 of file thread_pimpl.cpp.

Referenced by operator()().


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