thread_test       185 test/class/opal_fifo.c     thread_test (&fifo);
thread_test       195 test/class/opal_fifo.c         pthread_create (threads + i, NULL, thread_test, &fifo);
thread_test       147 test/class/opal_lifo.c     thread_test (&lifo);
thread_test       157 test/class/opal_lifo.c         pthread_create (threads + i, NULL, thread_test, &lifo);