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

  /src/tests/lib/libc/stdlib/
t_getenv_thread.c 49 static void *thread_setenv(void *);
102 thread_setenv(void *arg) function in typeref:typename:void *
208 ATF_CHECK(pthread_create(&threads[i++], NULL, thread_setenv,
t_getenv_thread.c 49 static void *thread_setenv(void *);
102 thread_setenv(void *arg) function in typeref:typename:void *
208 ATF_CHECK(pthread_create(&threads[i++], NULL, thread_setenv,
t_getenv_thread.c 49 static void *thread_setenv(void *);
102 thread_setenv(void *arg) function in typeref:typename:void *
208 ATF_CHECK(pthread_create(&threads[i++], NULL, thread_setenv,

Completed in 32 milliseconds