Home
last modified time | relevance | path

Searched refs:has_gettid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c832 int has_gettid = 1; in run_syscall() local
842 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()
/openbmc/qemu/
H A Dmeson.build1803 has_gettid = cc.has_function('gettid') variable
2199 config_host_data.set('CONFIG_GETTID', has_gettid)