freebsd-skq/lib/librt
David Xu 6348ace8d1 Use a thread pool to process notification if sigev_notify_attributes
is default and caller does not require dedicated thread. timer needs
a dedicated thread to maintain overrun count correctly in notification
context. mqueue and aio can use thread pool to do notification
concurrently, the thread pool has lifecycle control, some threads will
exit if they have idled for a while.
2006-03-04 00:18:19 +00:00
..
aio.c Use a thread pool to process notification if sigev_notify_attributes 2006-03-04 00:18:19 +00:00
Makefile
mq.c Use a thread pool to process notification if sigev_notify_attributes 2006-03-04 00:18:19 +00:00
sigev_thread.c Use a thread pool to process notification if sigev_notify_attributes 2006-03-04 00:18:19 +00:00
sigev_thread.h Use a thread pool to process notification if sigev_notify_attributes 2006-03-04 00:18:19 +00:00
timer.c Use a thread pool to process notification if sigev_notify_attributes 2006-03-04 00:18:19 +00:00