]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
lib: try CLOCK_THREAD_CPUTIME_ID
authorDavid Lamparter <equinox@diac24.net>
Tue, 13 Apr 2021 18:49:26 +0000 (20:49 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 24 Jun 2021 14:42:59 +0000 (16:42 +0200)
commit6418e2d34273256a7f9fae71dff92a96403101ff
tree6685ab840ff252a8d78a8aa8af488ea14c2c01fe
parent45f0118832172d71dd19e437112e9907c60331f2
lib: try CLOCK_THREAD_CPUTIME_ID

This might be faster if at some point in the future the Linux vDSO
supports CLOCK_THREAD_CPUTIME_ID without making a syscall.  (Same
applies for other OSes.)

Signed-off-by: David Lamparter <equinox@diac24.net>
configure.ac
lib/thread.c
lib/thread.h