RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
soa/gc/rcu_lock.cc
00001 /* rcu_lock.cc                                                      -*- C++ -*-
00002    Jeremy Barnes, 20 November 2011
00003    Copyright (c) 2011 Datacratic.  All rights reserved.
00004 
00005    Garbage collection lock using userspace RCU.
00006 */
00007 #include "rcu_lock.h"
00008 
00009 namespace Datacratic {
00010 
00011 
00012 int RcuLock::currentIndex = 0;
00013 ML::Thread_Specific<RcuLock::ThreadGcInfo> RcuLock::gcInfo;  
00014 
00015 
00016 } // namespace Datacratic
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator