#include <kernel_types.h>#include <ndb_limits.h>#include <NdbThread.h>#include <TransporterRegistry.hpp>#include <NdbMutex.h>#include "DictCache.hpp"#include <BlockNumbers.h>#include <mgmapi.h>#include "ClusterMgr.hpp"Include dependency graph for TransporterFacade.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | TransporterFacade |
| struct | TransporterFacade::CondWaitQueueElement |
| struct | TransporterFacade::ThreadData |
| struct | TransporterFacade::ThreadData::Object_Execute |
| struct | TransporterFacade::ThreadData::NodeStatus_NextFree |
| class | PollGuard |
Typedefs | |
| typedef void(*) | ExecuteFunction (void *, NdbApiSignal *, LinearSectionPtr ptr[3]) |
| typedef void(*) | NodeStatusFunction (void *, Uint32, bool nodeAlive, bool nfComplete) |
Functions | |
| void * | runSendRequest_C (void *) |
| void * | runReceiveResponse_C (void *) |
| void | atexit_stop_instance () |
| typedef void(* ) ExecuteFunction(void *, NdbApiSignal *, LinearSectionPtr ptr[3]) |
Definition at line 39 of file TransporterFacade.hpp.
| typedef void(* ) NodeStatusFunction(void *, Uint32, bool nodeAlive, bool nfComplete) |
Definition at line 40 of file TransporterFacade.hpp.
| void atexit_stop_instance | ( | ) |
| void* runReceiveResponse_C | ( | void * | ) |
Definition at line 484 of file TransporterFacade.cpp.
00485 { 00486 ((TransporterFacade*) me)->threadMainReceive(); 00487 return 0; 00488 }
| void* runSendRequest_C | ( | void * | ) |
Definition at line 449 of file TransporterFacade.cpp.
00450 { 00451 ((TransporterFacade*) me)->threadMainSend(); 00452 return 0; 00453 }
1.4.7

