Searched refs:has_gettid (Results 1 – 1 of 1) sorted by relevance
998 int has_gettid = 1; in run_syscall() local1009 has_gettid = __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 30); in run_syscall()1024 CASE_TEST(gettid); EXPECT_SYSNE(has_gettid, gettid(), -1); break; in run_syscall()