#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} |
| void theExecutiveBranch | ( | void * | args | ) |
Definition at line 43 of file ThreadImpl.cpp.
|
static |
Definition at line 41 of file ThreadImpl.cpp.