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

/freebsd-current/sys/dev/ow/
H A Dow_temp.c69 struct proc *event_thread; member in struct:ow_temp_softc
229 if (kproc_create(ow_temp_event_thread, sc, &sc->event_thread, 0, 0,
257 msleep(sc->event_thread, &sc->temp_lock, PWAIT, "owtun", 0);
/freebsd-current/sys/dev/pccbb/
H A Dpccbbvar.h85 struct proc *event_thread; member in struct:cbb_softc
H A Dpccbb_pci.c411 if (kproc_create(cbb_event_thread, sc, &sc->event_thread, 0, 0,
H A Dpccbb.c340 msleep(sc->event_thread, &sc->mtx, PWAIT, "cbbun", 0);
/freebsd-current/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 69 milliseconds