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

  /src/tests/lib/libpthread/
t_join.c 50 static void *threadfunc1(void *);
65 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc1, NULL));
70 threadfunc1(void *arg) function in typeref:typename:void *
t_join.c 50 static void *threadfunc1(void *);
65 PTHREAD_REQUIRE(pthread_create(&thread, NULL, threadfunc1, NULL));
70 threadfunc1(void *arg) function in typeref:typename:void *

Completed in 50 milliseconds