summaryrefslogtreecommitdiff
path: root/lib/librt/timer.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-10-02Export the mq_getfd_np() symbol from librt.so, which allows to getKonstantin Belousov
2011-11-18Free unused allocation on error.Konstantin Belousov
2006-03-08Set SNF_SYNC flag for timer, as the timer notification should beDavid Xu
2006-03-071. Always call user callback function in newly created thread, it seemsDavid Xu
2006-03-04Use a thread pool to process notification if sigev_notify_attributesDavid Xu
2006-03-04save sigev_node pointer.David Xu
2006-03-01Bring in my initial version of POSIX realtime extension library.David Xu