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

/freebsd-10.2-release/lib/librt/
H A Dsigev_thread.h26 * $FreeBSD: releng/10.2/lib/librt/sigev_thread.h 233519 2012-03-26 19:12:09Z rmh $
36 struct sigev_thread;
53 struct sigev_thread *sn_tn;
57 struct sigev_thread { struct
58 LIST_ENTRY(sigev_thread) tn_link;
H A DMakefile17 SRCS+= aio.c mq.c sigev_thread.c timer.c
H A Dsigev_thread.c26 * $FreeBSD: releng/10.2/lib/librt/sigev_thread.c 252412 2013-06-30 08:59:33Z ed $
45 #include "sigev_thread.h"
53 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;
369 struct sigev_thread *tn;

Completed in 94 milliseconds