YARP
Yet Another Robot Platform
ThreadImpl.cpp File Reference
#include <yarp/os/impl/ThreadImpl.h>
#include <yarp/os/NetType.h>
#include <yarp/os/Semaphore.h>
#include <yarp/os/impl/LogComponent.h>
#include <yarp/os/impl/PlatformSignal.h>
#include <cstdlib>
#include <sstream>
#include <thread>
+ Include dependency graph for ThreadImpl.cpp:

Go to the source code of this file.

Functions

void theExecutiveBranch (void *args)
 

Variables

static std::atomic< int > threadCount {0}
 

Function Documentation

◆ theExecutiveBranch()

void theExecutiveBranch ( void *  args)

Definition at line 43 of file ThreadImpl.cpp.

Variable Documentation

◆ threadCount

std::atomic<int> threadCount {0}
static

Definition at line 41 of file ThreadImpl.cpp.