|
CPN
Computational Process Networks
|
#include <cpn/common.h>#include <cpn/threading/PthreadDefs.h>#include <cpn/threading/PthreadLib.h>
Include dependency graph for PthreadFunctional.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PthreadFunctional |
| class | PthreadFunctionalTemplate< T > |
Functions | |
| template<class T > | |
| PthreadFunctional * | CreatePthreadFunctional (T *obj, void *(T::*meth)(void)) |
| template<class T > | |
| PthreadFunctional * | CreatePthreadFunctional (T *obj, void *(T::*meth)(void), const PthreadAttr &attr) |
| PthreadFunctional* CreatePthreadFunctional | ( | T * | obj, |
| void *(T::*)(void) | meth | ||
| ) |
Definition at line 65 of file PthreadFunctional.h.
Referenced by CPN::RemoteContextClient::InternalTerminate(), CPN::Kernel::Kernel(), CPN::NodeBase::NodeBase(), CPN::RemoteContext::RemoteContext(), and CPN::RemoteQueue::RemoteQueue().
Here is the caller graph for this function:| PthreadFunctional* CreatePthreadFunctional | ( | T * | obj, |
| void *(T::*)(void) | meth, | ||
| const PthreadAttr & | attr | ||
| ) |
Definition at line 69 of file PthreadFunctional.h.
1.8.5