HomeSort by relevance Sort by last modified time
    Searched refs:th_ret (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
4-1.c 70 void *th_ret; local
88 pthread_join(thread1, &th_ret);
89 return (long)th_ret;
2-2.c 81 void *th_ret; local
115 if (pthread_join(thread1, &th_ret) != 0) {
120 if ((long)th_ret == PTS_PASS) {
2-3.c 73 void *th_ret; local
94 if (pthread_join(thread1, (void *)&th_ret) != 0) {
113 switch ((long)th_ret) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
1-2.c 179 void *th_ret; local
258 if ((ret = pthread_join(thr, &th_ret))) {
316 if ((ret = pthread_join(thr, &th_ret))) {
3-2.c 184 void *th_ret; local
251 if ((ret = pthread_join(thr, &th_ret))) {
309 if ((ret = pthread_join(thr, &th_ret))) {

Completed in 284 milliseconds