Searched refs:threadfunc1 (Results 1 – 1 of 1) sorted by relevance
50 static void *threadfunc1(void *);65 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc1, NULL)); in ATF_TC_BODY()70 threadfunc1(void *arg) in threadfunc1() function