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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
6-1.c 45 static struct timeval before_wait, after_wait; variable in typeref:struct:
102 gettimeofday(&after_wait, NULL);
169 wait_time.tv_sec = after_wait.tv_sec - before_wait.tv_sec;
170 wait_time.tv_usec = after_wait.tv_usec - before_wait.tv_usec;
6-2.c 56 static struct timeval before_wait, after_wait; variable in typeref:struct:
117 gettimeofday(&after_wait, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
6-1.c 45 static struct timeval before_wait, after_wait; variable in typeref:struct:
102 gettimeofday(&after_wait, NULL);
169 time_diff.tv_sec = after_wait.tv_sec - before_wait.tv_sec;
170 time_diff.tv_usec = after_wait.tv_usec - before_wait.tv_usec;
6-2.c 56 static struct timeval before_wait, after_wait; variable in typeref:struct:
117 gettimeofday(&after_wait, NULL);

Completed in 539 milliseconds