thr_count 59 test/asm/atomic_math.c atomic_math_test_th(int count, int thr_count) thr_count 65 test/asm/atomic_math.c th = (pthread_t *) malloc(thr_count * sizeof(pthread_t)); thr_count 77 test/asm/atomic_math.c for (tid = 0; tid < thr_count; tid++) { thr_count 86 test/asm/atomic_math.c for (tid = 0; tid < thr_count; tid++) { thr_count 54 test/asm/atomic_spinlock.c atomic_spinlock_test_th(opal_atomic_lock_t *lock, int count, int id, int thr_count) thr_count 60 test/asm/atomic_spinlock.c th = (pthread_t *) malloc(thr_count * sizeof(pthread_t)); thr_count 62 test/asm/atomic_spinlock.c data = (struct start_info *) malloc(thr_count * sizeof(struct start_info)); thr_count 65 test/asm/atomic_spinlock.c for (tid = 0; tid < thr_count; tid++) { thr_count 77 test/asm/atomic_spinlock.c for (tid = 0; tid < thr_count; tid++) {