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

  /external/compiler-rt/test/tsan/
cond_version.c 17 struct timespec ts0, ts1, ts2; local
26 clock_gettime(CLOCK_MONOTONIC, &ts0);
27 ts1 = ts0;
38 ((u64)ts0.tv_sec * 1000000000 + ts0.tv_nsec);
  /external/qemu/telephony/
sms.c 1255 SmsTimeStampRec ts0; local
1265 sms_timestamp_now( &ts0 );
1266 timestamp = &ts0;
    [all...]

Completed in 102 milliseconds