Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libpthread/
H A Dt_join.c50 static void *threadfunc1(void *);
65 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc1, NULL)); in ATF_TC_BODY()
70 threadfunc1(void *arg) in threadfunc1() function