aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_getcpuclockid.c
Commit message (Expand)AuthorAgeFilesLines
* libthr: remove explicit sys/cdefs.h includesKonstantin Belousov2024-03-061-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov2016-04-081-2/+3
* Implement syscall clock_getcpuclockid2, so we can get a clock idDavid Xu2012-08-171-1/+3
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpuDavid Xu2008-03-221-0/+47