/netbsd-src/sys/arch/evbsh3/ap_ms104_sh4/ |
H A D | shpcmcia.c | 159 lwp_t *event_thread; member 342 if (h->event_thread != NULL) in shpcmcia_init_socket() 356 &h->event_thread, "%s", device_xname(h->sc->sc_dev))) { in shpcmcia_init_socket() 447 h->event_thread = NULL; in shpcmcia_event_thread()
|
/netbsd-src/sbin/iscsid/ |
H A D | iscsid_main.c | 53 pthread_t event_thread; /* event thread handle */ variable 569 ret = pthread_create(&event_thread, NULL, event_handler, handler_exit); in main() 668 pthread_join(event_thread, NULL); in main()
|
H A D | iscsid_globals.h | 371 extern pthread_t event_thread; /* event handler thread ID */
|
/netbsd-src/sys/arch/arm/sa11x0/ |
H A D | sa11xx_pcicvar.h | 38 struct lwp *event_thread; member
|
H A D | sa11xx_pcic.c | 131 &so->event_thread, "%s,%d", device_xname(so->sc->sc_dev), so->socket)) { in sapcic_kthread_create() 192 so->event_thread = NULL; in sapcic_event_thread()
|
H A D | sa11x1_pcic.c | 96 sc->sc_socket[i].event_thread = NULL; in sacpcic_attach_common()
|
/netbsd-src/sys/arch/mmeye/dev/ |
H A D | mmeyepcmcia.c | 107 lwp_t *event_thread; member 453 h->event_thread = NULL; in mmeyepcmcia_event_thread() 470 if (h->event_thread != NULL) in mmeyepcmcia_init_socket() 498 &h->event_thread, "%s", device_xname(h->sc->dev))) { in mmeyepcmcia_init_socket()
|
/netbsd-src/sys/arch/arm/xscale/ |
H A D | pxa2x0_pcic.h | 27 struct lwp *event_thread; member
|
H A D | pxa2x0_pcic.c | 427 sock, &sock->event_thread, "%s,%d", in pxapcic_doattach() 474 sock->event_thread = NULL; in pxapcic_event_thread()
|
/netbsd-src/sys/arch/arm/imx/ |
H A D | imx_pcic.h | 35 struct lwp *event_thread; member
|
H A D | imx_pcic.c | 430 imx_pcic_event_thread, so, &so->event_thread, in imx_pcic_attach_common() 475 sock->event_thread = NULL; in imx_pcic_event_thread()
|
/netbsd-src/sys/arch/dreamcast/dev/maple/ |
H A D | maplevar.h | 172 lwp_t *event_thread; member
|
H A D | maple.c | 266 &sc->event_thread, "%s", device_xname(self)) == 0) in mapleattach() 1439 device_xname(sc->sc_dev), sc->event_thread->l_proc->p_pid); in maple_event_thread()
|
/netbsd-src/sys/dev/ic/ |
H A D | i82365.c | 507 if (h->event_thread != NULL) in pcic_attach_socket_finish() 514 &h->event_thread, "%s,%s", device_xname(h->ph_parent), cs)) { in pcic_attach_socket_finish() 619 h->event_thread = NULL; in pcic_event_thread() 1284 if (!h->event_thread) in pcic_delay() 1288 wmesg, h->event_thread, timo)); in pcic_delay()
|
H A D | i82365var.h | 82 struct lwp *event_thread; member
|
H A D | tcic2var.h | 81 struct lwp *event_thread; member
|
H A D | tcic2.c | 447 &h->event_thread, "%s,%s", device_xname(h->sc->sc_dev), cs)) { in tcic_create_event_thread() 488 h->event_thread = NULL; in tcic_event_thread()
|
/netbsd-src/sys/arch/hpcarm/dev/ |
H A D | ipaq_pcic.c | 119 sc->sc_socket[i].event_thread = NULL; in ipaqpcic_attach()
|
/netbsd-src/sys/arch/evbarm/g42xxeb/ |
H A D | gb225_pcic.c | 164 sc->sc_socket[i].ss.event_thread = NULL; in opcic_attach()
|
/netbsd-src/sys/dev/sbus/ |
H A D | stp4020.c | 126 struct lwp *event_thread; /* event handling thread */ member 477 &sc->event_thread, "%s", device_xname(self))) { in stp4020attach()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2008 | 3476 (struct execution_control_state): Add event_thread member. 3483 (wait_for_inferior): Set the event_thread.
|
H A D | ChangeLog-2021 | 6583 ecs->event_thread->current_line to 0 if is-stmt=n and frame has
|
H A D | ChangeLog-2015 | 4430 (fetch_inferior_event): Handle the event_thread's should_stop 5128 (handle_inferior_event_1): Assign ecs->event_thread
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2008 | 3476 (struct execution_control_state): Add event_thread member. 3483 (wait_for_inferior): Set the event_thread.
|
H A D | ChangeLog-2015 | 4430 (fetch_inferior_event): Handle the event_thread's should_stop 5128 (handle_inferior_event_1): Assign ecs->event_thread
|