Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sbin/hastd/
H A Dprimary.c262 static void *guard_thread(void *arg);
1051 error = pthread_create(&td, NULL, guard_thread, res); in hastd_primary()
2401 guard_thread(void *arg) in guard_thread() function