Home
last modified time | relevance | path

Searched refs:timer_stop (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/polly/test/ScopInfo/
Dnon-pure-function-calls.ll7 ; void timer_stop(void);
17 ; timer_stop();
25 ; timer_stop();
77 call void @timer_stop()
108 call void @timer_stop()
116 declare void @timer_stop()
Dnon-pure-function-calls-causes-dead-blocks.ll8 ; void timer_stop(void);
21 ; timer_stop();
30 ; timer_stop();
94 call void @timer_stop()
129 call void @timer_stop()
137 declare void @timer_stop()
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_uv.cc60 static void timer_stop(grpc_custom_timer* t) { in timer_stop() function
64 grpc_custom_timer_vtable uv_timer_vtable = {timer_start, timer_stop};
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_uv.cc60 static void timer_stop(grpc_custom_timer* t) { in timer_stop() function
64 grpc_custom_timer_vtable uv_timer_vtable = {timer_start, timer_stop};
/external/jemalloc_new/test/include/test/
Dtimer.h9 void timer_stop(timedelta_t *timer);
/external/jemalloc_new/test/src/
Dtimer.c10 timer_stop(timedelta_t *timer) { in timer_stop() function
/external/jemalloc_new/test/stress/
Dmicrobench.c15 timer_stop(timer); in time_func()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi369 cdef void timer_stop(grpc_custom_timer* t) with gil: function
443 gevent_timer_vtable.stop = timer_stop