HomeSort by relevance Sort by last modified time
    Searched refs:waitDelay (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 234 * - it then record the current time, sleep for a specific 'waitDelay'
252 double waitDelay;
269 //DEBUG ONLY: printf("t1-s->t0=%g waitDelay=%g\n", t1-s->t0, s->waitDelay);
270 TTRUE((t1-s->t0) >= s->waitDelay);
290 TTRUE((t1-s->t0) >= s->waitDelay);
303 s->waitDelay = delay;
test_pthread_mutex.c 263 * - it then record the current time, sleep for a specific 'waitDelay'
266 * - thread 1 locks() the mutex. It shall be stopped for a least 'waitDelay'
281 double waitDelay;
292 //DEBUG ONLY: printf("t1-s->t0=%g waitDelay=%g\n", t1-s->t0, s->waitDelay);
293 TTRUE((t1-s->t0) >= s->waitDelay);
313 TTRUE((t1-s->t0) >= s->waitDelay);
326 s->waitDelay = delay;

Completed in 95 milliseconds