Home
last modified time | relevance | path

Searched refs:seconds_read (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
Dpitest-6.c111 seconds_read() - base_time, tp->name); in thread_fn()
129 seconds_read() - base_time, tp->name); in thread_fn()
153 seconds_read() - base_time, tp->name); in thread_tl()
161 seconds_read() - base_time, tp->name); in thread_tl()
185 snprintf(buffer, 1023, "%f ", seconds_read() - base_time); in thread_sample()
209 seconds_read() - base_time, *(time_t *) arg); in thread_tb()
214 t0 = seconds_read(); in thread_tb()
216 t1 = seconds_read(); in thread_tb()
218 seconds_read() - base_time, t1 - t0); in thread_tb()
226 DPRINTF(stdout, "#EVENT %f TB Stopped\n", seconds_read() - base_time); in thread_tb()
[all …]
Dpitest-2.c113 seconds_read() - base_time, tp->name); in thread_fn()
130 seconds_read() - base_time, tp->name); in thread_fn()
146 seconds_read() - base_time); in thread_tl()
161 seconds_read() - base_time); in thread_tl()
184 newtime = seconds_read(); in thread_sample()
209 seconds_read() - base_time); in thread_tb1()
214 t0 = seconds_read(); in thread_tb1()
216 t1 = seconds_read(); in thread_tb1()
238 seconds_read() - base_time); in thread_tb2()
243 t0 = seconds_read(); in thread_tb2()
[all …]
Dpitest-3.c115 seconds_read() - base_time, tp->name); in thread_fn()
134 seconds_read() - base_time, tp->name); in thread_fn()
156 seconds_read() - base_time); in thread_tl()
169 seconds_read() - base_time); in thread_tl()
195 newtime = seconds_read(); in thread_sample()
219 seconds_read() - base_time); in thread_tb1()
224 t0 = seconds_read(); in thread_tb1()
226 t1 = seconds_read(); in thread_tb1()
247 seconds_read() - base_time); in thread_tb2()
251 t0 = seconds_read(); in thread_tb2()
[all …]
Dpitest-5.c113 seconds_read() - base_time, tp->name); in thread_fn()
132 seconds_read() - base_time, tp->name); in thread_fn()
154 seconds_read() - base_time); in thread_tl()
167 seconds_read() - base_time); in thread_tl()
178 seconds_read() - base_time); in thread_tl()
205 snprintf(buffer, 1023, "%f ", seconds_read() - base_time); in thread_sample()
229 seconds_read() - base_time); in thread_tb()
238 seconds_read() - base_time); in thread_tb()
250 seconds_read() - base_time); in thread_tb()
265 base_time = seconds_read(); in main()
[all …]
Dpitest-4.c115 seconds_read() - base_time, tp->name); in thread_fn()
138 seconds_read() - base_time, tp->name); in thread_fn()
161 newtime = seconds_read(); in thread_sample()
185 seconds_read() - base_time); in thread_tb1()
191 t0 = seconds_read(); in thread_tb1()
193 t1 = seconds_read(); in thread_tb1()
217 seconds_read() - base_time); in thread_tb2()
222 t0 = seconds_read(); in thread_tb2()
224 t1 = seconds_read(); in thread_tb2()
249 base_time = seconds_read(); in main()
[all …]
Dpitest-1.c112 seconds_read() - base_time, tp->name); in thread_fn()
130 seconds_read() - base_time, tp->name); in thread_fn()
152 seconds_read() - base_time); in thread_tl()
161 seconds_read() - base_time); in thread_tl()
184 newtime = seconds_read(); in thread_sample()
207 DPRINTF(stdout, "#EVENT %f TB Starts\n", seconds_read() - base_time); in thread_tb()
212 t0 = seconds_read(); in thread_tb()
214 t1 = seconds_read(); in thread_tb()
243 base_time = seconds_read(); in main()
271 sleep(base_time + multiplier * 10 - seconds_read()); in main()
[all …]
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/
Dpitest.h17 double seconds_read(void) in seconds_read() function