FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ctrl_thread
sbin/hastd/control.h
46
void *ctrl_thread(void *arg);
sbin/hastd/primary.c
1060
error = pthread_create(&td, NULL, ctrl_thread, res);
sbin/hastd/secondary.c
497
error = pthread_create(&td, NULL, ctrl_thread, res);