blob: fc332ddfd1162ee76e8bd58442343164ccdf7788 [file] [log] [blame]
#ifndef __CUTILS_THREADS_H__
#define __CUTILS_THREADS_H__
#include <pthread.h>
extern "C" {
pid_t gettid();
}
#endif