Home
last modified time | relevance | path

Searched refs:ctrl_thread (Results 1 – 4 of 4) sorted by relevance

/src/sbin/hastd/
H A Dcontrol.h46 void *ctrl_thread(void *arg);
H A Dcontrol.c430 ctrl_thread(void *arg) in ctrl_thread() function
H A Dsecondary.c497 error = pthread_create(&td, NULL, ctrl_thread, res); in hastd_secondary()
H A Dprimary.c1060 error = pthread_create(&td, NULL, ctrl_thread, res); in hastd_primary()