Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getenv_thread.c48 static void *thread_putenv(void *);
75 thread_putenv(void *arg) in thread_putenv() function
183 ATF_CHECK(pthread_create(&threads[i++], NULL, thread_putenv, in ATF_TC_BODY()