threads           126 ompi/tools/ompi_info/param.c     char *threads;
threads           320 ompi/tools/ompi_info/param.c     (void)opal_asprintf(&threads, "%s (MPI_THREAD_MULTIPLE: yes, OPAL support: yes, OMPI progress: %s, ORTE progress: yes, Event lib: yes)",
threads           323 ompi/tools/ompi_info/param.c     (void)opal_asprintf(&threads, "%s (MPI_THREAD_MULTIPLE: yes, OPAL support: yes, OMPI progress: %s, Event lib: yes)",
threads           633 ompi/tools/ompi_info/param.c     opal_info_out("Thread support", "option:threads", threads);
threads           634 ompi/tools/ompi_info/param.c     free(threads);
threads           189 opal/mca/event/libevent2022/libevent/event_iocp.c 	port->threads = mm_calloc(port->n_threads, sizeof(HANDLE));
threads           190 opal/mca/event/libevent2022/libevent/event_iocp.c 	if (!port->threads)
threads           207 opal/mca/event/libevent2022/libevent/event_iocp.c 		port->threads[i] = (HANDLE)th;
threads           217 opal/mca/event/libevent2022/libevent/event_iocp.c 	if (port->threads)
threads           218 opal/mca/event/libevent2022/libevent/event_iocp.c 		mm_free(port->threads);
threads           231 opal/mca/event/libevent2022/libevent/event_iocp.c 	mm_free(port->threads);
threads            88 opal/mca/event/libevent2022/libevent/iocp-internal.h 	HANDLE *threads;
threads           184 opal/mca/event/libevent2022/libevent/test/regress_thread.c 	THREAD_T threads[NUM_THREADS];
threads           244 opal/mca/event/libevent2022/libevent/test/regress_thread.c 		THREAD_START(threads[i], basic_thread, base);
threads           254 opal/mca/event/libevent2022/libevent/test/regress_thread.c 		THREAD_JOIN(threads[i]);
threads           309 opal/mca/event/libevent2022/libevent/test/regress_thread.c 	THREAD_T threads[NUM_THREADS];
threads           344 opal/mca/event/libevent2022/libevent/test/regress_thread.c 		THREAD_START(threads[i], wait_for_condition, &alerted[i]);
threads           356 opal/mca/event/libevent2022/libevent/test/regress_thread.c 		THREAD_JOIN(threads[i]);
threads          2854 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       uint32_t *threads = hwloc_read_raw(cpu, "ibm,ppc-interrupt-server#s", &cb, root_fd);
threads          2855 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       uint32_t nthreads = cb / sizeof(threads[0]);
threads          2857 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       if (NULL != threads) {
threads          2860 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c           if (hwloc_bitmap_isset(topology->levels[0][0]->complete_cpuset, ntohl(threads[i])))
threads          2861 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c             hwloc_bitmap_set(cpuset, ntohl(threads[i]));
threads          2863 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c         free(threads);
threads           346 orte/tools/orte-info/param.c     char *threads;
threads           364 orte/tools/orte-info/param.c     opal_asprintf(&threads, "%s (OPAL: yes, ORTE progress: yes, Event lib: yes)",
threads           408 orte/tools/orte-info/param.c     orte_info_out("Thread support", "option:threads", threads);
threads           424 orte/tools/orte-info/param.c     free(threads);
threads            77 oshmem/tools/oshmem_info/param.c     char *threads;
threads           143 oshmem/tools/oshmem_info/param.c     (void)opal_asprintf(&threads, "%s (MPI_THREAD_MULTIPLE: yes, OPAL support: yes, OMPI progress: %s, ORTE progress: yes, Event lib: yes)",
threads           146 oshmem/tools/oshmem_info/param.c     (void)opal_asprintf(&threads, "%s (MPI_THREAD_MULTIPLE: yes, OPAL support: yes, OMPI progress: %s, Event lib: yes)",
threads           355 oshmem/tools/oshmem_info/param.c     opal_info_out("Thread support", "option:threads", threads);
threads           356 oshmem/tools/oshmem_info/param.c     free(threads);
threads           117 test/class/opal_fifo.c     pthread_t threads[OPAL_FIFO_TEST_THREAD_COUNT];
threads           195 test/class/opal_fifo.c         pthread_create (threads + i, NULL, thread_test, &fifo);
threads           201 test/class/opal_fifo.c         pthread_join (threads[i], &ret);
threads           221 test/class/opal_fifo.c         pthread_create (threads + i, NULL, thread_test_exhaust, &fifo);
threads           227 test/class/opal_fifo.c         pthread_join (threads[i], &ret);
threads            79 test/class/opal_lifo.c     pthread_t threads[OPAL_LIFO_TEST_THREAD_COUNT];
threads           157 test/class/opal_lifo.c         pthread_create (threads + i, NULL, thread_test, &lifo);
threads           163 test/class/opal_lifo.c         pthread_join (threads[i], &ret);