Searched refs:t1 (Results 1 – 4 of 4) sorted by relevance
/trusty/user/app/sample/timer/ |
D | timer_app.c | 48 static void check_timestamps(int64_t t1, in check_timestamps() argument 53 int64_t t2 = t1 - 1; in check_timestamps() 56 delta = t2 - t1; in check_timestamps() 61 name, t1, t2, t2 - t1, delta_min, delta_max); in check_timestamps()
|
/trusty/user/base/app/crash-test/ |
D | crash-test.c | 87 int64_t t1, t2; in TEST() local 90 trusty_gettime(0, &t1); in TEST() 95 ASSERT_LT(t2 - t1, S2NS(1)); in TEST() 105 int64_t t1, t2; in TEST() local 108 trusty_gettime(0, &t1); in TEST() 113 ASSERT_GT(t2 - t1, S2NS(1)); in TEST()
|
/trusty/user/base/lib/libc-trusty/ |
D | pthreads.c | 45 int pthread_equal(pthread_t t1, pthread_t t2) { in pthread_equal() argument 46 return (int)(t1 == t2); in pthread_equal()
|
/trusty/kernel/lib/libcxx-trusty/include/ |
D | __external_threading | 151 bool __libcpp_thread_id_equal(__libcpp_thread_id t1, __libcpp_thread_id t2); 153 // Returns non-zero if t1 < t2, otherwise 0 155 bool __libcpp_thread_id_less(__libcpp_thread_id t1, __libcpp_thread_id t2);
|