InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DeadlockMgr.cc File Reference

Actor which resolves deadlocks. More...

#include "DeadlockMgr.h"
Include dependency graph for DeadlockMgr.cc:

Go to the source code of this file.

Functions

void * deadlockMgr (void *identity)
 launch Engine actor More...
 

Detailed Description

Actor which resolves deadlocks.

Author
Mark Travis mtrav.nosp@m.is15.nosp@m.432+s.nosp@m.rc@g.nosp@m.mail..nosp@m.com
Date
Tue Dec 17 13:06:38 2013

Definition in file DeadlockMgr.cc.

Function Documentation

void* deadlockMgr ( void *  identity)

launch Engine actor

Parameters
identityhow to identify this
Returns

Definition at line 179 of file DeadlockMgr.cc.

Referenced by TopologyMgr::TopologyMgr().

180 {
181  new DeadlockMgr((Topology::partitionAddress *)identity);
182  while (1)
183  {
184  sleep(10);
185  }
186  return NULL;
187 }

Here is the caller graph for this function: