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

/freebsd-12-stable/sys/i386/bios/
H A Dapm.h32 struct proc *event_thread; member in struct:apm_softc
H A Dapm.c750 if (kproc_create(apm_event_thread, sc, &sc->event_thread, 0, 0,
772 msleep(sc->event_thread, &sc->mtx, PWAIT, "apmdie", 0);
775 sc->event_thread = NULL;
/freebsd-12-stable/sys/dev/ow/
H A Dow_temp.c74 struct proc *event_thread; member in struct:ow_temp_softc
234 if (kproc_create(ow_temp_event_thread, sc, &sc->event_thread, 0, 0,
262 msleep(sc->event_thread, &sc->temp_lock, PWAIT, "owtun", 0);
/freebsd-12-stable/sys/dev/pccbb/
H A Dpccbbvar.h89 struct proc *event_thread; member in struct:cbb_softc
H A Dpccbb_pci.c422 if (kproc_create(cbb_event_thread, sc, &sc->event_thread, 0, 0,
H A Dpccbb.c346 msleep(sc->event_thread, &sc->mtx, PWAIT, "cbbun", 0);
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Dcmtime.c489 pthread_t event_thread; local
504 ret = pthread_create(&event_thread, NULL, process_events, NULL);

Completed in 191 milliseconds