• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef __CUTILS_THREADS_H__
2 #define __CUTILS_THREADS_H__
3 
4 #include <pthread.h>
5 
6 extern "C" {
7 
8 pid_t gettid();
9 
10 }
11 
12 #endif
13