Searched refs:thrdRet (Results 1 – 1 of 1) sorted by relevance
191 const char *thrdRet; in testGet() local251 if (0 != pthread_join(thrd, (void**)&thrdRet)) in testGet()258 if (NULL != thrdRet) in testGet()260 fprintf (stderr, "ServeOneRequest() error: %s\n", thrdRet); in testGet()