scheduler.cpp File Reference
#include "scheduler.hpp"
#include "global-io.hpp"
#include <boost/thread/tss.hpp>
Include dependency graph for scheduler.cpp:

Go to the source code of this file.

Namespaces

 nfd
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 
 nfd::scheduler
 

Functions

Scheduler & nfd::scheduler::getGlobalScheduler ()
 
EventId nfd::scheduler::schedule (const time::nanoseconds &after, const Scheduler::Event &event)
 schedule an event More...
 
void nfd::scheduler::cancel (const EventId &eventId)
 cancel a scheduled event More...
 
void nfd::scheduler::resetGlobalScheduler ()
 

Variables

static boost::thread_specific_ptr< Scheduler > nfd::scheduler::g_scheduler