t_handle 144 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c if ((NULL != trk) && !pthread_equal(pthread_self(), trk->engine.t_handle)) { t_handle 163 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c if ((NULL != trk) && !pthread_equal(pthread_self(), trk->engine.t_handle)) { t_handle 180 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c if ((NULL != trk) && !pthread_equal(pthread_self(), trk->engine.t_handle)) { t_handle 54 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c t->t_handle = (pthread_t) -1; t_handle 62 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c if (NULL == t->t_run || t->t_handle != (pthread_t) -1) { t_handle 67 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c rc = pthread_create(&t->t_handle, NULL, (void*(*)(void*)) t->t_run, t); t_handle 75 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c int rc = pthread_join(t->t_handle, thr_return); t_handle 76 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c t->t_handle = (pthread_t) -1; t_handle 83 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c return t->t_handle == pthread_self(); t_handle 90 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c t->t_handle = pthread_self(); t_handle 96 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c pthread_kill(t->t_handle, sig); t_handle 49 opal/mca/pmix/pmix4x/pmix/src/threads/threads.h pthread_t t_handle; t_handle 1394 opal/runtime/opal_cr.c (int)thr->t_handle); t_handle 1401 opal/runtime/opal_cr.c (int)thr->t_handle); t_handle 1413 opal/runtime/opal_cr.c (int)thr->t_handle); t_handle 1426 opal/runtime/opal_cr.c (int)thr->t_handle); t_handle 1431 opal/runtime/opal_cr.c (int)thr->t_handle); t_handle 53 opal/threads/thread.c t->t_handle = (pthread_t) -1; t_handle 61 opal/threads/thread.c if (NULL == t->t_run || t->t_handle != (pthread_t) -1) { t_handle 66 opal/threads/thread.c rc = pthread_create(&t->t_handle, NULL, (void*(*)(void*)) t->t_run, t); t_handle 74 opal/threads/thread.c int rc = pthread_join(t->t_handle, thr_return); t_handle 75 opal/threads/thread.c t->t_handle = (pthread_t) -1; t_handle 82 opal/threads/thread.c return t->t_handle == pthread_self(); t_handle 89 opal/threads/thread.c t->t_handle = pthread_self(); t_handle 95 opal/threads/thread.c pthread_kill(t->t_handle, sig); t_handle 50 opal/threads/threads.h pthread_t t_handle;