Searched refs:w_ret (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | stress2.c | 308 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/ |
H A D | stress2.c | 317 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()
|
H A D | stress.c | 317 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/ |
H A D | x509_crt.c | 1527 int w_ret; in mbedtls_x509_crt_parse_path() local 1552 w_ret = MultiByteToWideChar(CP_ACP, 0, filename, (int) len, szDir, in mbedtls_x509_crt_parse_path() 1554 if (w_ret == 0) { in mbedtls_x509_crt_parse_path() 1570 w_ret = WideCharToMultiByte(CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path() 1572 if (w_ret == 0) { in mbedtls_x509_crt_parse_path() 1577 w_ret = mbedtls_x509_crt_parse_file(chain, filename); in mbedtls_x509_crt_parse_path() 1578 if (w_ret < 0) { in mbedtls_x509_crt_parse_path() 1581 ret += w_ret; in mbedtls_x509_crt_parse_path()
|
Completed in 7 milliseconds