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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
8-1.c 52 struct timespec tsend; local
63 if (clock_gettime(CLOCK_REALTIME, &tsend) != 0) {
70 if (tsend.tv_sec >= expectedsec) {
71 if ((tsend.tv_sec - expectedsec) <= ACCEPTABLEDELTA) {
75 (int)tsend.tv_sec, (int)expectedsec);
80 (int)tsend.tv_sec, (int)expectedsec);
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Measure.c 276 struct timespec tsend = {0, 0}; local
380 if (clock_gettime(CLOCK_MONOTONIC, &tsend) < 0) {
386 doze = AKFS_CalcSleep(&tsend, &tsstart, minimum);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 1641 os_time_t tsend; local
    [all...]

Completed in 406 milliseconds