Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h77 static void sigwait_thr(void);
H A Dsyseventconfd.c184 if (thr_create(NULL, 0, (void *(*)(void *))sigwait_thr, in main()
402 sigwait_thr() in sigwait_thr() function
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c265 sigwait_thr(void *arg __unused) in sigwait_thr() function
469 if (thr_create(NULL, 0, sigwait_thr, NULL, 0, NULL) < 0) { in main()