Home
last modified time | relevance | path

Searched refs:guard_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsender.c698 guard_thread(void *arg __unused) in guard_thread() function
828 error = pthread_create(&td, NULL, guard_thread, NULL); in adist_sender()
/freebsd/sbin/hastd/
H A Dprimary.c261 static void *guard_thread(void *arg);
1050 error = pthread_create(&td, NULL, guard_thread, res); in hastd_primary()
2400 guard_thread(void *arg) in guard_thread() function