Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/tls/dso/
H A Dh_tls_dlopen.c51 static __thread pid_t (*local_var)(void) = getpid; variable
61 ATF_CHECK_EQ(local_var, getpid); in testf_dso_helper()