Searched refs:thrinfo (Results 1 – 3 of 3) sorted by relevance
637 td_thrinfo_t thrinfo; in make_lwp_stack() local680 td_thr_get_info(&th, &thrinfo) == TD_OK && in make_lwp_stack()681 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_lwp_stack()682 sp < (uintptr_t)thrinfo.ti_stkbase) { in make_lwp_stack()684 Stk->stkend = (uintptr_t)thrinfo.ti_stkbase; in make_lwp_stack()685 Stk->stkbase = Stk->stkend - thrinfo.ti_stksize; in make_lwp_stack()709 td_thrinfo_t thrinfo; in make_thr_stack() local741 if (td_thr_get_info(Thp, &thrinfo) == TD_OK && in make_thr_stack()742 sp >= (uintptr_t)thrinfo.ti_stkbase - thrinfo.ti_stksize && in make_thr_stack()743 sp < (uintptr_t)thrinfo.ti_stkbase) { in make_thr_stack()[all …]
317 td_thrinfo_t thrinfo; in thr_stack() local321 if (td_thr_get_info(Thp, &thrinfo) != TD_OK) in thr_stack()326 tip->threadid = thrinfo.ti_tid; in thr_stack()327 tip->lwpid = thrinfo.ti_lid; in thr_stack()328 tip->state = thrinfo.ti_state; in thr_stack()329 tip->startfunc = thrinfo.ti_startfunc; in thr_stack()330 tip->exitval = (uintptr_t)thrinfo.ti_exitval; in thr_stack()333 if (thrinfo.ti_state == TD_THR_ZOMBIE || in thr_stack()
2795 _rdc_sync_wrthr(void *thrinfo) in _rdc_sync_wrthr() argument2797 rdc_syncthr_t *syncinfo = (rdc_syncthr_t *)thrinfo; in _rdc_sync_wrthr()2859 _rdc_sync_rdthr(void *thrinfo) in _rdc_sync_rdthr() argument2861 rdc_syncthr_t *syncinfo = (rdc_syncthr_t *)thrinfo; in _rdc_sync_rdthr()2917 _rdc_sync_thread(void *thrinfo) in _rdc_sync_thread() argument2919 rdc_syncthr_t *syncinfo = (rdc_syncthr_t *)thrinfo; in _rdc_sync_thread()2931 _rdc_sync_rdthr(thrinfo); in _rdc_sync_thread()2933 _rdc_sync_wrthr(thrinfo); in _rdc_sync_thread()