Searched refs:event_thread (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/dev/ow/ |
| H A D | ow_temp.c | 74 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 D | apm.h | 32 struct proc *event_thread; member
|
| H A D | apm.c | 750 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 D | pccbbvar.h | 89 struct proc *event_thread; member
|
| H A D | pccbb_pci.c | 422 if (kproc_create(cbb_event_thread, sc, &sc->event_thread, 0, 0, in cbb_pci_attach()
|
| H A D | pccbb.c | 346 msleep(sc->event_thread, &sc->mtx, PWAIT, "cbbun", 0); in cbb_detach()
|
| /freebsd-12.1/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()
|