Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Daix-thread.c631 struct thrdsinfo64 thrinf; in get_signaled_thread() local
641 if (getthrds (PIDGET (inferior_ptid), &thrinf, in get_signaled_thread()
642 sizeof (thrinf), &ktid, 1) != 1) in get_signaled_thread()
645 if (thrinf.ti_cursig == SIGTRAP) in get_signaled_thread()
646 return thrinf.ti_tid; in get_signaled_thread()