HomeSort by: relevance | last modified time | path
    Searched defs:thread_putenv (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libc/stdlib/
t_getenv_thread.c 48 static void *thread_putenv(void *);
75 thread_putenv(void *arg) function in typeref:typename:void *
183 ATF_CHECK(pthread_create(&threads[i++], NULL, thread_putenv,

Completed in 11 milliseconds