num_threads       221 opal/dss/dss_copy.c     p->num_threads = src->num_threads;
num_threads       162 opal/dss/dss_open_close.c     obj->num_threads = -1;
num_threads       501 opal/dss/dss_pack.c         if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &ptr[i]->num_threads, 1, OPAL_INT16))) {
num_threads       661 opal/dss/dss_print.c              prefx, src->node, src->rank, src->pid, src->cmd, src->state[0], src->priority, src->num_threads, src->processor,
num_threads       195 opal/dss/dss_types.h     int16_t num_threads;
num_threads       641 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &ptr[i]->num_threads, &m, OPAL_INT16))) {
num_threads       256 opal/mca/pstat/linux/pstat_linux_module.c         stats->num_threads = strtoul(ptr, &ptr, 10);
num_threads        94 opal/mca/pstat/test/pstat_test.c         stats->num_threads = 1;
num_threads      1397 orte/mca/odls/base/odls_base_default_fns.c             if (orte_odls_globals.num_threads <= orte_odls_globals.next_base) {
num_threads      2122 orte/mca/odls/base/odls_base_default_fns.c     if (orte_odls_globals.num_threads <= orte_odls_globals.next_base) {
num_threads        92 orte/mca/odls/base/odls_base_frame.c     orte_odls_globals.num_threads = -1;
num_threads        98 orte/mca/odls/base/odls_base_frame.c                                  &orte_odls_globals.num_threads);
num_threads       125 orte/mca/odls/base/odls_base_frame.c     if (0 < orte_odls_globals.num_threads) {
num_threads       136 orte/mca/odls/base/odls_base_frame.c         orte_odls_globals.num_threads = 0;
num_threads       160 orte/mca/odls/base/odls_base_frame.c     if (-1 == orte_odls_globals.num_threads) {
num_threads       163 orte/mca/odls/base/odls_base_frame.c             orte_odls_globals.num_threads = 0;
num_threads       168 orte/mca/odls/base/odls_base_frame.c             orte_odls_globals.num_threads = jdata->num_local_procs / 8;
num_threads       169 orte/mca/odls/base/odls_base_frame.c             if (0 == orte_odls_globals.num_threads) {
num_threads       170 orte/mca/odls/base/odls_base_frame.c                 orte_odls_globals.num_threads = 1;
num_threads       171 orte/mca/odls/base/odls_base_frame.c             } else if (orte_odls_globals.max_threads < orte_odls_globals.num_threads) {
num_threads       172 orte/mca/odls/base/odls_base_frame.c                 orte_odls_globals.num_threads = orte_odls_globals.max_threads;
num_threads       176 orte/mca/odls/base/odls_base_frame.c     if (0 == orte_odls_globals.num_threads) {
num_threads       182 orte/mca/odls/base/odls_base_frame.c             (opal_event_base_t**)malloc(orte_odls_globals.num_threads * sizeof(opal_event_base_t*));
num_threads       183 orte/mca/odls/base/odls_base_frame.c         for (i=0; i < orte_odls_globals.num_threads; i++) {
num_threads        65 orte/mca/odls/base/odls_private.h     int num_threads;
num_threads        66 orte/mca/oob/base/base.h     int num_threads;
num_threads        58 orte/mca/oob/base/oob_base_frame.c     orte_oob_base.num_threads = 0;
num_threads        64 orte/mca/oob/base/oob_base_frame.c                                 &orte_oob_base.num_threads);
num_threads       153 orte/mca/oob/tcp/oob_tcp_component.c                             orte_oob_base.num_threads, 256, 8);
num_threads       641 orte/mca/oob/tcp/oob_tcp_component.c     if (0 == orte_oob_base.num_threads) {
num_threads       644 orte/mca/oob/tcp/oob_tcp_component.c         for (i=0; i < orte_oob_base.num_threads; i++) {
num_threads       680 orte/mca/oob/tcp/oob_tcp_component.c     if (0 < orte_oob_base.num_threads) {
num_threads       681 orte/mca/oob/tcp/oob_tcp_component.c         for (i=0; i < orte_oob_base.num_threads; i++) {
num_threads       102 orte/mca/oob/tcp/oob_tcp_component.h         if (orte_oob_base.num_threads <= mca_oob_tcp_component.next_base) {             \
num_threads       108 test/asm/atomic_math.c     int num_threads = 1;
num_threads       114 test/asm/atomic_math.c     num_threads = atoi(argv[1]);
num_threads       252 test/asm/atomic_math.c     ret = atomic_math_test_th(TEST_REPS, num_threads);
num_threads       255 test/asm/atomic_math.c     if (val32 != TEST_REPS * num_threads * 5) {
num_threads       257 test/asm/atomic_math.c                TEST_REPS * num_threads * 5, val32);
num_threads       261 test/asm/atomic_math.c     if (val64 != TEST_REPS * num_threads * 6) {
num_threads       265 test/asm/atomic_math.c                TEST_REPS * num_threads * 6, (int) val64);
num_threads       271 test/asm/atomic_math.c     if (valint != TEST_REPS * num_threads * 4) {
num_threads       273 test/asm/atomic_math.c                TEST_REPS * num_threads * 4, valint);
num_threads       118 test/asm/atomic_spinlock.c     int num_threads = 1;
num_threads       124 test/asm/atomic_spinlock.c     num_threads = atoi(argv[1]);
num_threads       127 test/asm/atomic_spinlock.c     ret = atomic_spinlock_test_th(&lock, TEST_REPS, 0, num_threads);