Home
last modified time | relevance | path

Searched refs:sigev_thread (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/librt/
H A Dsigev_thread.h36 struct sigev_thread;
53 struct sigev_thread *sn_tn;
57 struct sigev_thread { struct
58 LIST_ENTRY(sigev_thread) tn_link;
H A Dsigev_thread.c53 static LIST_HEAD(,sigev_thread) sigev_threads;
58 static struct sigev_thread *sigev_default_thread;
65 static struct sigev_thread *sigev_thread_create(int);
305 static struct sigev_thread *
308 struct sigev_thread *tn; in sigev_thread_create()
369 struct sigev_thread *tn; in sigev_service_loop()
H A DMakefile17 SRCS+= aio.c mq.c sigev_thread.c timer.c