RENEWLab  1.1.0
RENEW project
utils.h File Reference
#include <pthread.h>
#include <unistd.h>
#include <atomic>
#include <chrono>
#include <complex>
#include <condition_variable>
#include <csignal>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <mutex>
#include <sstream>
#include <string>
#include <thread>
#include <vector>
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Utils
 

Functions

int pin_thread_to_core (int core_id, pthread_t &thread_to_pin)
 
int pin_to_core (int core_id)
 

Function Documentation

◆ pin_thread_to_core()

int pin_thread_to_core ( int  core_id,
pthread_t &  thread_to_pin 
)
Here is the caller graph for this function:

◆ pin_to_core()

int pin_to_core ( int  core_id)
Here is the call graph for this function:
Here is the caller graph for this function: