Searched refs:start_timer (Results 1 - 6 of 6) sorted by relevance
/third_party/libuv/test/ |
H A D | test-signal.c | 148 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(loo in TEST_IMPL() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get_concurrent.c | 98 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()
|
H A D | perf_get.c | 102 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/ |
H A D | test_profile.py | 34 start_timer = timer() 36 results.append(timer() - start_timer)
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 61 def start_timer(self): member in DirectoryEventBucket 82 self.start_timer() 92 self.start_timer()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 1512 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()
|
Completed in 7 milliseconds