Searched refs:has_gettid (Results 1 – 2 of 2) sorted by relevance
832 int has_gettid = 1; in run_syscall() local842 has_gettid = __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 30); in run_syscall()854 CASE_TEST(gettid); EXPECT_SYSNE(has_gettid, gettid(), -1); break; in run_syscall()
2013 has_gettid = cc.has_function('gettid') variable2412 config_host_data.set('CONFIG_GETTID', has_gettid)