Lines Matching defs:spin
3365 // final_spin is TRUE if this is the spin at the release barrier.
3368 // spinner is the location on which to spin.
3370 // checker is the value to check to terminate the spin.
3503 // proceed. If this thread is in the last spin loop in the barrier,
3509 ("__kmp_execute_tasks_template: T#%d spin condition satisfied\n",
3528 // The task source has been exhausted. If in final spin loop of barrier,
3534 // done. This decrement might be to the spin location, and result in the
3555 ("__kmp_execute_tasks_template: T#%d spin condition satisfied\n",
3576 ("__kmp_execute_tasks_template: T#%d spin condition satisfied\n",
4206 // threads spin in the barrier release phase, they will continue to use the
4325 std::atomic<kmp_uint32> *spin = RCAST(
4332 KMP_FSYNC_SPIN_INIT(spin, NULL);
4334 kmp_flag_32<false, false> spin_flag(spin, 0U);
4339 KMP_FSYNC_SPIN_PREPARE(RCAST(void *, spin));
4350 KMP_FSYNC_SPIN_ACQUIRED(RCAST(void *, spin));