mythread 239 orte/test/mpi/interlib.c pthread_t mythread; mythread 258 orte/test/mpi/interlib.c if (pthread_create(&mythread, NULL, mylib, NULL)) { mythread 286 orte/test/mpi/interlib.c if (pthread_join(mythread, NULL)) { mythread 242 orte/test/mpi/pinterlib.c pthread_t mythread; mythread 257 orte/test/mpi/pinterlib.c if (pthread_create(&mythread, NULL, mylib, NULL)) { mythread 270 orte/test/mpi/pinterlib.c if (pthread_create(&mythread, NULL, mylib, NULL)) { mythread 294 orte/test/mpi/pinterlib.c if (pthread_join(mythread, NULL)) {