Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libpthread/
H A Dt_once.c83 once2_threadfunc(void *arg) in once2_threadfunc() function
111 PTHREAD_REQUIRE(pthread_create(&threads[i], NULL, once2_threadfunc, &id[i])); in ATF_TC_BODY()