Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h429 VCHIQ_THREAD_T sync_thread; member
H A Dvchiq_core.c2535 state->sync_thread = vchiq_thread_create(&sync_func, in vchiq_init_state()
2538 if (state->sync_thread == NULL) { in vchiq_init_state()
2544 set_user_nice(state->sync_thread, -20); in vchiq_init_state()
2545 wake_up_process(state->sync_thread); in vchiq_init_state()
/freebsd-12.1/sbin/hastd/
H A Dprimary.c263 static void *sync_thread(void *arg);
1100 (void)sync_thread(res); in hastd_primary()
1957 sync_thread(void *arg __unused) in sync_thread() function
/freebsd-12.1/sys/dev/sound/midi/
H A Dsequencer.c136 struct thread *sync_thread; /* AIOSYNCing thread */ member