Searched refs:w_ret (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
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/ |
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()
|
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()
|
/third_party/mbedtls/library/ |
D | x509_crt.c | 1566 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()
|