Searched refs:spinDelay (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c241 * for a small amount of time (see 'spinDelay') and tries again, until
253 double spinDelay; member in struct:__anon502
285 time_sleep(s->spinDelay);
304 s->spinDelay = delay/20.;
H A Dtest_pthread_mutex.c270 * for a small amount of time (see 'spinDelay') and tries again, until
282 double spinDelay; member in struct:__anon501
308 time_sleep(s->spinDelay);
327 s->spinDelay = delay/20.;

Completed in 703 milliseconds