Lines Matching defs:spins
121 /** Internal; Number of spins while waiting for the slower thread */
122 int spins;
125 * Internal; Number of spins to use in the delay.
313 tst_fzsync_stat_info(pair->spins_avg, " ", "spins");
439 * counting how many spins one thread spends waiting for the other during
441 * difference between the exit times and divide it with the number of spins
482 tst_upd_stat(&pair->spins_avg, alpha, pair->spins);
509 pair->spins = 0;
518 * @param spins A pointer to the spin counter or NULL
524 * use futex and can count the number of spins spent waiting.
531 int *spins,
547 if (spins)
548 (*spins)++;
556 if (spins)
557 (*spins)++;
585 if (spins)
586 (*spins)++;
593 if (spins)
594 (*spins)++;
731 &pair->spins, &pair->exit, pair->yield_in_wait);
770 &pair->spins, &pair->exit, pair->yield_in_wait);