XRootD
Loading...
Searching...
No Matches
XrdClJobManager.cc File Reference
+ Include dependency graph for XrdClJobManager.cc:

Go to the source code of this file.

Namespaces

namespace  XrdCl
 

Functions

static void * RunRunnerThread (void *arg)
 

Function Documentation

◆ RunRunnerThread()

static void * RunRunnerThread ( void *  arg)
static

Definition at line 30 of file XrdClJobManager.cc.

31 {
32 using namespace XrdCl;
33 JobManager *mgr = (JobManager*)arg;
34 mgr->RunJobs();
35 return 0;
36 }
A synchronized queue.
void RunJobs()
Run the jobs.

References XrdCl::JobManager::RunJobs().

Referenced by XrdCl::JobManager::Start(), and XrdCl::TaskManager::Start().

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