Searched refs:thread_get_stack_max (Results 1 – 6 of 6) sorted by relevance
600 DRD_(start_suppression)(DRD_(thread_get_stack_max)(drd_created) in drd_post_thread_create()602 DRD_(thread_get_stack_max)(drd_created), in drd_post_thread_create()624 = (DRD_(thread_get_stack_max)(drd_tid) in drd_thread_finished()636 DRD_(thread_get_stack_max)(drd_tid) in drd_thread_finished()
320 = VG_(thread_get_stack_max)(vg_created); in DRD_()399 DRD_(finish_suppression)(DRD_(thread_get_stack_max)(drd_joinee) in DRD_()401 DRD_(thread_get_stack_max)(drd_joinee)); in DRD_()443 Addr DRD_(thread_get_stack_max)(const DrdThreadId tid) in DRD_() argument
150 Addr DRD_(thread_get_stack_max)(const DrdThreadId tid);
135 extern Addr VG_(thread_get_stack_max) ( ThreadId tid );
325 Addr VG_(thread_get_stack_max)(ThreadId tid) in VG_() argument
186 uintptr_t stack_max = VG_(thread_get_stack_max)(GetVgTid()); in GetThreadStack()