Searched refs:event_thread (Results 1 – 5 of 5) sorted by relevance
| /src/sys/dev/ow/ |
| H A D | ow_temp.c | 69 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 D | pccbbvar.h | 85 struct proc *event_thread; member
|
| H A D | pccbb_pci.c | 376 if (kproc_create(cbb_event_thread, sc, &sc->event_thread, 0, 0, in cbb_pci_attach()
|
| H A D | pccbb.c | 310 msleep(sc->event_thread, &sc->mtx, PWAIT, "cbbun", 0); in cbb_detach()
|
| /src/contrib/ofed/librdmacm/examples/ |
| H A D | cmtime.c | 489 pthread_t event_thread; in run_client() local 504 ret = pthread_create(&event_thread, NULL, process_events, NULL); in run_client()
|