Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/
A Dtd_thr_get_info.c47 memset (infop, '\0', sizeof (td_thrinfo_t)); in td_thr_get_info()
54 infop->ti_type = TD_THR_SYSTEM; in td_thr_get_info()
55 infop->ti_state = TD_THR_ACTIVE; in td_thr_get_info()
59 infop->ti_tid = pds.p_tid; in td_thr_get_info()
60 infop->ti_tls = (char *) pds.p_specific; in td_thr_get_info()
61 infop->ti_pri = pds.p_priority; in td_thr_get_info()
62 infop->ti_type = TD_THR_USER; in td_thr_get_info()
66 infop->ti_state = TD_THR_ACTIVE; in td_thr_get_info()
68 infop->ti_state = TD_THR_ZOMBIE; in td_thr_get_info()
70 infop->ti_state = TD_THR_UNKNOWN; in td_thr_get_info()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/
A Dtd_thr_get_info.c47 memset (infop, '\0', sizeof (td_thrinfo_t)); in td_thr_get_info()
54 infop->ti_type = TD_THR_SYSTEM; in td_thr_get_info()
55 infop->ti_state = TD_THR_ACTIVE; in td_thr_get_info()
59 infop->ti_tid = pds.p_tid; in td_thr_get_info()
60 infop->ti_tls = (char *) pds.p_specific; in td_thr_get_info()
61 infop->ti_pri = pds.p_priority; in td_thr_get_info()
62 infop->ti_type = TD_THR_USER; in td_thr_get_info()
66 infop->ti_state = TD_THR_ACTIVE; in td_thr_get_info()
68 infop->ti_state = TD_THR_ZOMBIE; in td_thr_get_info()
70 infop->ti_state = TD_THR_UNKNOWN; in td_thr_get_info()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_thr_get_info.c68 memset (infop, '\0', sizeof (td_thrinfo_t)); in td_thr_get_info()
70 infop->ti_tid = (thread_t) th->th_unique; in td_thr_get_info()
71 infop->ti_tls = (char *) tls; in td_thr_get_info()
74 infop->ti_type = TD_THR_USER; in td_thr_get_info()
78 infop->ti_state = TD_THR_ACTIVE; in td_thr_get_info()
80 infop->ti_state = TD_THR_ZOMBIE; in td_thr_get_info()
82 infop->ti_state = TD_THR_UNKNOWN; in td_thr_get_info()
85 infop->ti_ta_p = th->th_ta_p; in td_thr_get_info()
87 infop->ti_traceme = report_events != 0; in td_thr_get_info()
101 infop->ti_events.event_bits[idx] = (uintptr_t) word; in td_thr_get_info()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dwaitid.c19 static int __NC(waitid)(idtype_t idtype, id_t id, siginfo_t *infop, int options) in __NC()
22 return INLINE_SYSCALL(waitid, 5, idtype, id, infop, options, NULL); in __NC()
43 memset(infop, 0, sizeof *infop); in __NC()
44 infop->si_pid = __NC(waitpid)(id, &infop->si_status, options in __NC()
49 if (infop->si_pid < 0) in __NC()
50 return infop->si_pid; in __NC()
54 CANCELLABLE_SYSCALL(int, waitid, (idtype_t idtype, id_t id, siginfo_t *infop, int options),
55 (idtype, id, infop, options))

Completed in 5 milliseconds