HomeSort by relevance Sort by last modified time
    Searched full:mutex_timed_out (Results 1 - 1 of 1) sorted by null

  /external/fio/
mutex.c 90 static int mutex_timed_out(struct timeval *t, unsigned int seconds) function
117 if (ret == ETIMEDOUT && !mutex_timed_out(&tv_s, seconds))

Completed in 477 milliseconds