add support for SIGEV_THREAD_ID timers
authorJames Y Knight <jyknight@google.com>
Mon, 1 Jul 2019 01:55:20 +0000 (21:55 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 29 Oct 2020 03:00:08 +0000 (23:00 -0400)
commit7c71792e87691451f2a6b76348e83ad1889f1dcb
tree05ba932ab3cd73d9babb31c7e262906887154a7f
parentf70375df85d26235a45e74559afd69be59e5ff99
add support for SIGEV_THREAD_ID timers

This is like SIGEV_SIGNAL, but targeted to a particular thread's
tid, rather than the process.
include/signal.h
src/time/timer_create.c