Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_uv.cc48 static void timer_start(grpc_custom_timer* t) { in timer_start() function
/external/jemalloc/test/src/
Dtimer.c4 timer_start(timedelta_t *timer) in timer_start() function
/external/jemalloc_new/test/src/
Dtimer.c4 timer_start(timedelta_t *timer) { in timer_start() function
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi363 cdef void timer_start(grpc_custom_timer* t) with gil: function
/external/libevent/test/
Dregress_thread.c406 static struct timeval timer_start = {0,0}; variable