NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
thread.h File Reference
#include <gflags/gflags.h>
#include <pthread.h>
#include <list>
#include <functional>
Include dependency graph for thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ff_common::ThreadPool
 

Namespaces

 ff_common
 

Macros

#define GOOGLE_ALLOW_RVALUE_REFERENCES_PUSH
 
#define GOOGLE_ALLOW_RVALUE_REFERENCES_POP
 

Functions

 DECLARE_int32 (num_threads)
 
void * ff_common::HolderFunction (void *ptr)
 

Macro Definition Documentation

◆ GOOGLE_ALLOW_RVALUE_REFERENCES_POP

#define GOOGLE_ALLOW_RVALUE_REFERENCES_POP

◆ GOOGLE_ALLOW_RVALUE_REFERENCES_PUSH

#define GOOGLE_ALLOW_RVALUE_REFERENCES_PUSH

Function Documentation

◆ DECLARE_int32()

DECLARE_int32 ( num_threads  )