MADARA  3.4.1
WorkerThread.cpp File Reference
#include "WorkerThread.h"
#include "madara/logger/GlobalLogger.h"
#include "madara/utility/Utility.h"
#include <jni.h>
#include "madara_jni.h"
#include "madara/utility/java/Acquire_VM.h"
#include <pthread.h>
#include <iostream>
#include <algorithm>

Go to the source code of this file.

Namespaces

 madara
 Copyright(c) 2020 Galois.
 
 madara::threads
 Provides a quality-of-service-enabled threading library.
 

Functions

void madara::threads::try_pthread_setname_np (...)
 
template<typename... Args>
auto madara::threads::try_pthread_setname_np (Args &&... args) -> decltype(pthread_setname_np(std::forward< Args >(args)...))