support_thread    107 orte/test/system/threads.c     pthread_t support_thread;
support_thread    175 orte/test/system/threads.c     rc = pthread_create(&support_thread, NULL, value_xfer_thread, NULL);
support_thread    250 orte/test/system/threads.c     rc = pthread_join(support_thread, NULL);