Home
last modified time | relevance | path

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

/freebsd/tools/regression/gaithrstress/
H A Dgaithrstress.c45 pthread_t w_thread; /* self */ member
241 if (pthread_create(&workers[i].w_thread, NULL, work, in main()
255 pthread_join(workers[i].w_thread, NULL); in main()