Home
last modified time | relevance | path

Searched defs:timer_stop (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_uv.cc60 static void timer_stop(grpc_custom_timer* t) { in timer_stop() function
/external/jemalloc/test/src/
Dtimer.c12 timer_stop(timedelta_t *timer) in timer_stop() function
/external/jemalloc_new/test/src/
Dtimer.c10 timer_stop(timedelta_t *timer) { in timer_stop() function
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi369 cdef void timer_stop(grpc_custom_timer* t) with gil: function