Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_quiesce.c191 const char *thrdRet; in testGet() local
251 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()