Searched defs:helperThread (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c509 pthread_t helperThread; local
512 ret = pthread_create(&helperThread, NULL, helper_thread, NULL);
530 (void) pthread_join(helperThread, NULL);

Completed in 46 milliseconds