Home
last modified time | relevance | path

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

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