Lines Matching refs:TIMING_DIFF
101 TIMING_DIFF (cur, start, stop); in test_mutex()
121 TIMING_DIFF (cur, start, stop); in test_mutex_trylock()
142 TIMING_DIFF (cur, start, stop); in test_rwlock_read()
162 TIMING_DIFF (cur, start, stop); in test_rwlock_tryread()
183 TIMING_DIFF (cur, start, stop); in test_rwlock_write()
203 TIMING_DIFF (cur, start, stop); in test_rwlock_trywrite()
224 TIMING_DIFF (cur, start, stop); in test_spin_lock()
244 TIMING_DIFF (cur, start, stop); in test_spin_trylock()
265 TIMING_DIFF (cur, start, stop); in test_sem_wait()
284 TIMING_DIFF (cur, start, stop); in test_sem_trywait()
323 TIMING_DIFF (cur, start, stop); in test_condvar()
407 TIMING_DIFF (cur, start, stop); in test_consumer_producer()