Home
last modified time | relevance | path

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

/src/sys/dev/ow/
H A Dow_temp.c69 struct proc *event_thread; member
229 if (kproc_create(ow_temp_event_thread, sc, &sc->event_thread, 0, 0, in ow_temp_attach()
257 msleep(sc->event_thread, &sc->temp_lock, PWAIT, "owtun", 0); in ow_temp_detach()
/src/sys/dev/pccbb/
H A Dpccbbvar.h85 struct proc *event_thread; member
H A Dpccbb_pci.c376 if (kproc_create(cbb_event_thread, sc, &sc->event_thread, 0, 0, in cbb_pci_attach()
H A Dpccbb.c310 msleep(sc->event_thread, &sc->mtx, PWAIT, "cbbun", 0); in cbb_detach()
/src/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()