Lines Matching full:gettid
41 #include <linux/unistd.h> // for gettid67 // Why ubuntu, do you hate gettid so bad?72 #define gettid() syscall(__NR_gettid)451 return (sched_setaffinity(gettid(), sizeof(*thread_mask), thread_mask) == 0);2483 unsigned int seed = static_cast<unsigned int>(gettid());