Home
last modified time | relevance | path

Searched refs:tv_sec (Results 1 – 15 of 15) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/windows/
DGetTimeOfDay.h35 int64_t tv_sec; member
DGetTimeOfDay.cpp76 tp->tv_sec = static_cast<long>((time - EPOCH) / 10000000L); in thrift_gettimeofday()
/thrift-3.4.0/contrib/fb303/
DTClientInfo.cpp158 double secs = (double)(now.tv_sec - start.tv_sec) + (now.tv_nsec - start.tv_nsec)*0.000000001; in getStatsStrings()
/thrift-3.4.0/lib/cpp/test/
DTFileTransportTest.cpp155 return (t2->tv_usec - t1->tv_usec) + (t2->tv_sec - t1->tv_sec) * 1000000; in time_diff()
DBenchmark.cpp45 double dstart = vStart.tv_sec + ((double)vStart.tv_usec / 1000000.0); in frame()
46 double dend = vEnd.tv_sec + ((double)vEnd.tv_usec / 1000000.0); in frame()
DTransportTest.cpp1059 int seed = tv.tv_sec ^ tv.tv_usec; in BOOST_GLOBAL_FIXTURE()
1079 int seed = tv.tv_sec ^ tv.tv_usec;
/thrift-3.4.0/lib/lua/src/
Dusocket.c43 return v.tv_sec + v.tv_usec/1.0e6; in __gettime()
79 tv.tv_sec = (int)t; in socket_wait()
80 tv.tv_usec = (int)((t - tv.tv_sec) * 1.0e6); in socket_wait()
/thrift-3.4.0/contrib/fb303/cpp/
DServiceTracker.cpp373 time_t duration_secs = now_time.tv_sec - startTime_.tv_sec; in elapsedUnits()
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTSocket.cpp544 begin.tv_sec = begin.tv_usec = 0; in read()
594 auto readElapsedMicros = static_cast<uint32_t>(((end.tv_sec - begin.tv_sec) * 1000 * 1000) in read()
/thrift-3.4.0/lib/delphi/src/
DThrift.Socket.pas731 TVal.tv_sec := FConnTimeout div 1000;
997 TVal.tv_sec := RecvTimeout div 1000;
1188 TVal.tv_sec := RecvTimeout div 1000;
1520 TVal.tv_sec := FAcceptTimeout div 1000;
DThrift.Transport.pas1576 tv.tv_sec := TimeOut div 1000;
/thrift-3.4.0/lib/d/src/thrift/async/
Dlibevent.d446 dur.split!("seconds", "usecs")(tv.tv_sec, tv.tv_usec); in toTimeval()
/thrift-3.4.0/test/c_glib/src/
Dtest_client.c1725 oneway_elapsed.tv_sec * 1000 * 1000 + oneway_elapsed.tv_usec; in main()
1777 time_elapsed.tv_sec * 1000 * 1000 + time_elapsed.tv_usec; in main()
/thrift-3.4.0/test/cpp/src/
DTestClient.cpp116 ret = tv.tv_sec; in now()
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp8512 return static_cast<UInt64>( t.tv_sec ) * 1000000ull + static_cast<UInt64>( t.tv_usec );