HomeSort by: relevance | last modified time | path
    Searched defs:ts1 (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/compat/sys/
compat___lwp_park50.c 56 struct timespec ts1, *tsp = &ts1; variable in typeref:struct:timespec
58 ts1 = *ts;
  /src/tests/lib/libc/sys/
t_nanosleep.c 62 struct timespec ts1, ts2, tsn; local in function:ATF_TC_BODY
70 (void)memset(&ts1, 0, sizeof(struct timespec));
73 ATF_REQUIRE(clock_gettime(CLOCK_MONOTONIC, &ts1) == 0);
80 if (timespeccmp(&ts2, &ts1, <=) != 0) {
84 "ts1: sec %llu, nsec %lu\n\t\t"
87 (unsigned long long)ts1.tv_sec, ts1.tv_nsec,
t_poll.c 456 struct timespec ts1, ts2; local in function:ATF_TC_BODY
480 RL(clock_gettime(CLOCK_MONOTONIC, &ts1));
486 ATF_REQUIRE_MSG(ts2.tv_sec - ts1.tv_sec >= 2,
487 "ts1=%lld.%09ld ts2=%lld.%09ld",
488 (long long)ts1.tv_sec, ts1.tv_nsec,
  /src/sys/compat/linux32/common/
linux32_unistd.c 155 struct timespec ts0, ts1, uts, *ts = NULL; local in function:linux32_select1
210 nanotime(&ts1);
211 timespecsub(&ts1, &ts0, &ts1);
212 timespecsub(&uts, &ts1, &uts);
241 struct timespec uts, ts0, ts1, *tsp; local in function:linux32_sys_pselect6
290 nanotime(&ts1);
291 timespecsub(&ts1, &ts0, &ts1);
292 timespecsub(&uts, &ts1, &uts)
    [all...]
  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c 119 uint8_t ts1; member in struct:rtpHeader
902 myHeader.ts1 = (uint8_t)(ts >> 8);
  /src/sys/compat/linux/common/
linux_misc.c 958 struct timespec ts0, ts1, uts, *ts = NULL; local in function:linux_select1
1009 nanotime(&ts1);
1010 timespecsub(&ts1, &ts0, &ts1);
1011 timespecsub(&uts, &ts1, &uts);
1043 struct timespec uts, ts0, ts1, *tsp; local in function:linux_sys_pselect6
1091 nanotime(&ts1);
1092 timespecsub(&ts1, &ts0, &ts1);
1093 timespecsub(&uts, &ts1, &uts)
    [all...]

Completed in 16 milliseconds