Searched refs:spin (Results 1 – 3 of 3) sorted by relevance
259 for (unsigned int spin = maxspin; ((r >> 1) > 0) && (spin > 0); spin--) in __condvar_quiesce_and_switch_g1() local
448 unsigned int spin = maxspin; in __pthread_cond_wait_common() local449 while (signals == 0 && spin > 0) in __pthread_cond_wait_common()460 spin--; in __pthread_cond_wait_common()
6 - a new attribute for mutexes: number of times we spin before calling
Completed in 5 milliseconds