NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
thread.cc File Reference
#include <ff_common/thread.h>
#include <gflags/gflags.h>
#include <glog/logging.h>
#include <sys/time.h>
#include <thread>
Include dependency graph for thread.cc:

Functions

 DEFINE_int32 (num_threads,(std::thread::hardware_concurrency()==0 ? 2 :std::thread::hardware_concurrency()), "Number of threads to use for processing.")
 

Function Documentation

◆ DEFINE_int32()

DEFINE_int32 ( num_threads  ,
(std::thread::hardware_concurrency()==0 ? 2 :std::thread::hardware_concurrency())  ,
"Number of threads to use for processing."   
)