Searched defs:searcher_data (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2089 struct searcher *searcher_data = (struct searcher *)data; local
2091 if (searcher_data->addr == th_p->th_unique) {
2092 searcher_data->status = 1;
2109 struct searcher searcher_data = {0, 0}; local
2123 searcher_data.addr = th_p->th_unique;
2125 td_searcher, &searcher_data,
2129 if (return_val == TD_OK && searcher_data.status == 0)

Completed in 71 milliseconds