XRootD
XrdClTaskManager.cc File Reference
#include "XrdCl/XrdClTaskManager.hh"
#include "XrdCl/XrdClLog.hh"
#include "XrdCl/XrdClUtils.hh"
#include "XrdCl/XrdClDefaultEnv.hh"
#include "XrdCl/XrdClConstants.hh"
#include "XrdSys/XrdSysE2T.hh"
#include "XrdSys/XrdSysTimer.hh"
#include <iostream>
+ Include dependency graph for XrdClTaskManager.cc:

Go to the source code of this file.

Namespaces

 XrdCl
 

Functions

static void * RunRunnerThread (void *arg)
 

Function Documentation

◆ RunRunnerThread()

static void* RunRunnerThread ( void *  arg)
static

Definition at line 34 of file XrdClTaskManager.cc.

35  {
36  using namespace XrdCl;
37  TaskManager *mgr = (TaskManager*)arg;
38  mgr->RunTasks();
39  return 0;
40  }
void RunTasks()
Run the tasks - this loops infinitely.

References XrdCl::TaskManager::RunTasks().

Referenced by XrdCl::TaskManager::Start().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: