Home
last modified time | relevance | path

Searched defs:timer_start (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dtimer_uv.cc48 static void timer_start(grpc_custom_timer* t) { in timer_start() function
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi328 cdef void timer_start(grpc_custom_timer* t) with gil: function
/third_party/ffmpeg/fftools/
Dffmpeg.c1702 static void print_report(int is_last_report, int64_t timer_start, int64_t cur_time) in print_report()
4773 int64_t timer_start; in transcode() local