Home
last modified time | relevance | path

Searched refs:spin (Results 1 – 3 of 3) sorted by relevance

/nptl/
A Dpthread_cond_common.c259 for (unsigned int spin = maxspin; ((r >> 1) > 0) && (spin > 0); spin--) in __condvar_quiesce_and_switch_g1() local
A Dpthread_cond_wait.c448 unsigned int spin = maxspin; in __pthread_cond_wait_common() local
449 while (signals == 0 && spin > 0) in __pthread_cond_wait_common()
460 spin--; in __pthread_cond_wait_common()
A DTODO6 - a new attribute for mutexes: number of times we spin before calling

Completed in 5 milliseconds