Home
last modified time | relevance | path

Searched refs:event_thread (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/dev/ow/
H A Dow_temp.c74 struct proc *event_thread; member
232 if (kproc_create(ow_temp_event_thread, sc, &sc->event_thread, 0, 0, in ow_temp_attach()
260 msleep(sc->event_thread, &sc->temp_lock, PWAIT, "owtun", 0); in ow_temp_detach()
/freebsd-12.1/sys/i386/bios/
H A Dapm.h32 struct proc *event_thread; member
H A Dapm.c750 if (kproc_create(apm_event_thread, sc, &sc->event_thread, 0, 0, in apm_event_enable()
772 msleep(sc->event_thread, &sc->mtx, PWAIT, "apmdie", 0); in apm_event_disable()
775 sc->event_thread = NULL; in apm_event_disable()
/freebsd-12.1/sys/dev/pccbb/
H A Dpccbbvar.h89 struct proc *event_thread; member
H A Dpccbb_pci.c422 if (kproc_create(cbb_event_thread, sc, &sc->event_thread, 0, 0, in cbb_pci_attach()
H A Dpccbb.c346 msleep(sc->event_thread, &sc->mtx, PWAIT, "cbbun", 0); in cbb_detach()
/freebsd-12.1/contrib/ofed/librdmacm/examples/
H A Dcmtime.c489 pthread_t event_thread; in run_client() local
504 ret = pthread_create(&event_thread, NULL, process_events, NULL); in run_client()