Home
last modified time | relevance | path

Searched refs:start_timer (Results 1 – 9 of 9) sorted by relevance

/third_party/libuv/test/
Dtest-signal.c148 static void start_timer(uv_loop_t* loop, int signum, struct timer_ctx* ctx) { in start_timer() function
162 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL()
169 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL()
178 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL()
199 start_timer(loop, SIGUSR1, tc + 0); in TEST_IMPL()
200 start_timer(loop, SIGUSR2, tc + 1); in TEST_IMPL()
219 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL()
226 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL()
233 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL()
250 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL()
[all …]
/third_party/boost/libs/msm/doc/HTML/examples/
DSimpleTimer.cpp29 BOOST_MSM_EUML_EVENT_WITH_ATTRIBUTES(start_timer,start_timer_attr) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
93 Started == Stopped + start_timer /(target_(m_counter)= event_(m_timer)) ,
114 Stopped == Ringing + start_timer
142 p.process_event(start_timer(5));pstate(p); //timer set to 5 ticks in test()
/third_party/boost/libs/msm/doc/PDF/examples/
DSimpleTimer.cpp29 BOOST_MSM_EUML_EVENT_WITH_ATTRIBUTES(start_timer,start_timer_attr) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
93 Started == Stopped + start_timer /(target_(m_counter)= event_(m_timer)) ,
114 Stopped == Ringing + start_timer
142 p.process_event(start_timer(5));pstate(p); //timer set to 5 ticks in test()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dperf_get_concurrent.c98 start_timer() in start_timer() function
241 start_timer (); in testInternalGet()
258 start_timer (); in testMultithreadedGet()
275 start_timer (); in testMultithreadedPoolGet()
299 start_timer (); in testExternalGet()
Dperf_get.c102 start_timer() in start_timer() function
199 start_timer (); in testInternalGet()
259 start_timer (); in testMultithreadedGet()
319 start_timer (); in testMultithreadedPoolGet()
388 start_timer (); in testExternalGet()
/third_party/python/Lib/test/
Dtest_profile.py34 start_timer = timer()
36 results.append(timer() - start_timer)
/third_party/libpng/contrib/tools/
Dpngcp.c1512 start_timer(struct display *dp, int what) in start_timer() function
1571 #define start_timer(dp, what) ((void)0) macro
1793 start_timer(dp, PNGCP_TIME_READ); in read_png()
2062 start_timer(dp, PNGCP_TIME_WRITE); in write_png()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c1512 start_timer(struct display *dp, int what) in start_timer() function
1571 #define start_timer(dp, what) ((void)0) macro
1793 start_timer(dp, PNGCP_TIME_READ); in read_png()
2062 start_timer(dp, PNGCP_TIME_WRITE); in write_png()
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c1512 start_timer(struct display *dp, int what) in start_timer() function
1571 #define start_timer(dp, what) ((void)0) macro
1793 start_timer(dp, PNGCP_TIME_READ); in read_png()
2062 start_timer(dp, PNGCP_TIME_WRITE); in write_png()