Searched refs:th_p (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_event.c45 curthread->event_buf.th_p = (uintptr_t)newthread;
58 curthread->event_buf.th_p = (uintptr_t)curthread;
/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dthread-db.c55 static int find_new_threads_callback (const td_thrhandle_t *th_p, void *data);
162 find_new_threads_callback (msg.th_p, NULL);
230 maybe_attach_thread (const td_thrhandle_t *th_p, td_thrinfo_t *ti_p) argument
277 err = td_thr_event_enable (th_p, 1);
284 find_new_threads_callback (const td_thrhandle_t *th_p, void *data) argument
289 err = td_thr_get_info (th_p, &ti);
297 maybe_attach_thread (th_p, &ti);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsol-thread.c148 static td_err_e (*p_td_thr_validate) (const td_thrhandle_t * th_p);
149 static td_err_e (*p_td_thr_tsd) (const td_thrhandle_t * th_p,
152 static td_err_e (*p_td_thr_get_info) (const td_thrhandle_t * th_p,
154 static td_err_e (*p_td_thr_getfpregs) (const td_thrhandle_t * th_p,
156 static td_err_e (*p_td_thr_getxregsize) (const td_thrhandle_t * th_p,
158 static td_err_e (*p_td_thr_getxregs) (const td_thrhandle_t * th_p,
160 static td_err_e (*p_td_thr_sigsetmask) (const td_thrhandle_t * th_p,
162 static td_err_e (*p_td_thr_setprio) (const td_thrhandle_t * th_p,
164 static td_err_e (*p_td_thr_setsigpending) (const td_thrhandle_t * th_p,
167 static td_err_e (*p_td_thr_setfpregs) (const td_thrhandle_t * th_p,
[all...]
H A Dthread-db.c131 static void attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
699 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
724 err = td_thr_event_enable_p (th_p, 1);
847 err = td_thr_get_info_p (msg.th_p, &ti);
861 attach_thread (ptid, msg.th_p, &ti, 1);
1114 find_new_threads_callback (const td_thrhandle_t *th_p, void *data)
1120 err = td_thr_get_info_p (th_p, &ti);
1131 attach_thread (ptid, th_p, &ti, 1);
693 attach_thread(ptid_t ptid, const td_thrhandle_t *th_p, const td_thrinfo_t *ti_p, int verbose) argument
1108 find_new_threads_callback(const td_thrhandle_t *th_p, void *data) argument
H A Dgdb_thread_db.h216 const td_thrhandle_t *th_p; /* Thread reporting the event. */ member in struct:td_event_msg
/freebsd-10.1-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c154 static void attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
585 suspend_thread_callback (const td_thrhandle_t *th_p, void *data) argument
587 int err = td_thr_dbsuspend_p (th_p);
594 resume_thread_callback (const td_thrhandle_t *th_p, void *data) argument
596 int err = td_thr_dbresume_p (th_p);
699 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p, argument
719 err = td_thr_event_enable_p (th_p, 1);
757 err = td_thr_get_info_p ((void *)(uintptr_t)msg.th_p, &ti);
767 attach_thread (ptid, (void *)(uintptr_t)msg.th_p, &ti, 1);
1167 find_new_threads_callback (const td_thrhandle_t *th_p, voi argument
[all...]
/freebsd-10.1-release/lib/libthread_db/
H A Dthread_db.h98 psaddr_t th_p; member in struct:__anon5887
H A Dlibthr_db.c397 pt = msg->th_p;
404 msg->th_p = (uintptr_t)&handle;
701 pt = msg->th_p;
708 msg->th_p = (uintptr_t)&handle;

Completed in 143 milliseconds