summaryrefslogtreecommitdiff
path: root/lib/librt/timer.c
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Export the mq_getfd_np() symbol from librt.so, which allows to getKonstantin Belousov2016-10-021-1/+2
* Free unused allocation on error.Konstantin Belousov2011-11-181-0/+2
* Set SNF_SYNC flag for timer, as the timer notification should beDavid Xu2006-03-081-0/+1
* 1. Always call user callback function in newly created thread, it seemsDavid Xu2006-03-071-2/+0
* Use a thread pool to process notification if sigev_notify_attributesDavid Xu2006-03-041-5/+5
* save sigev_node pointer.David Xu2006-03-041-0/+1
* Bring in my initial version of POSIX realtime extension library.David Xu2006-03-011-0/+181