Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress2.c308 void *w_ret; in cellmanager() local
388 ret = pthread_join(cd->workers[i], &w_ret); in cellmanager()
392 if (w_ret == PTHREAD_CANCELED) in cellmanager()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress.c317 void *w_ret; in cellmanager() local
397 ret = pthread_join(cd->workers[i], &w_ret); in cellmanager()
401 if (w_ret == PTHREAD_CANCELED) in cellmanager()
Dstress2.c317 void *w_ret; in cellmanager() local
397 ret = pthread_join(cd->workers[i], &w_ret); in cellmanager()
401 if (w_ret == PTHREAD_CANCELED) in cellmanager()
/third_party/mbedtls/library/
Dx509_crt.c1566 int w_ret; in mbedtls_x509_crt_parse_path() local
1585 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path()
1587 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1602 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1606 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1612 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1613 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1616 ret += w_ret; in mbedtls_x509_crt_parse_path()