Home
last modified time | relevance | path

Searched refs:ted (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/benchtests/
Dbench-pthread-mutex-locks.c159 double tsd, ted, td; in do_bench_one() local
175 ted = te.tv_sec + te.tv_usec / 1000000.0; in do_bench_one()
176 td = ted - tsd; in do_bench_one()
Dbench-pthread-locks.c423 double tsd, ted, td; in do_bench_2() local
449 ted = te.tv_sec + te.tv_usec / 1000000.0; in do_bench_2()
450 td = ted - tsd; in do_bench_2()
/glibc-2.36/ChangeLog.old/
DChangeLog.241204 hurd: Fix pthread_kill on exiting/ted thread