HiveWhiteBoard.cpp File Reference
Include dependency graph for HiveWhiteBoard.cpp:

Go to the source code of this file.

Classes

class  HiveWhiteBoard
 Data service base class. More...
 

Macros

#define WHITEBOARD_CPP
 
#define _CALL(P, F, ARGS)
 

Typedefs

typedef tbb::recursive_mutex wbMutex
 

Functions

thread_local Partition * s_current (0)
 

Macro Definition Documentation

#define _CALL (   P,
  F,
  ARGS 
)
Value:
if(s_current) { \
wbMutex::scoped_lock lock; lock.acquire(s_current->storeMutex);\
Invalid root path object cannot be retrieved or stored.
def lock(file)
Definition: locker.py:16
thread_local Partition * s_current(0)

Definition at line 125 of file HiveWhiteBoard.cpp.

#define WHITEBOARD_CPP

Definition at line 6 of file HiveWhiteBoard.cpp.

Typedef Documentation

typedef tbb::recursive_mutex wbMutex

Definition at line 35 of file HiveWhiteBoard.cpp.

Function Documentation

thread_local Partition* s_current ( )